cpython/Lib/test/libregrtest
Victor Stinner 803ddd8ce2
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>
2017-11-21 15:34:02 -08:00
..
__init__.py
cmdline.py
main.py bpo-31324: Optimize support._match_test() (#4421) 2017-11-21 15:34:02 -08:00
refleak.py
runtest.py bpo-31324: Optimize support._match_test() (#4421) 2017-11-21 15:34:02 -08:00
runtest_mp.py
save_env.py
setup.py