SIGN IN SIGN UP

bpo-31324: Optimize support._match_test() (#4421)

* Rename support._match_test() to support.match_test(): make it
  public
* Remove support.match_tests global variable. It is replaced with a
  new support.set_match_tests() function, so match_test() doesn't
  have to check each time if patterns were modified.
* Rewrite match_test(): use different code paths depending on the
  kind of patterns for best performances.

Co-Authored-By: Serhiy Storchaka <storchaka@gmail.com>
V
Victor Stinner committed
803ddd8ce22f0de3ab42fb98a225a704c000ef06
Parent: 431665b
Committed by GitHub <noreply@github.com> on 11/21/2017, 11:34:02 PM