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 bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py Replace KB unit with KiB (#4293) 2017-11-08 14:44:44 -08:00
main.py bpo-31324: Optimize support._match_test() (#4421) 2017-11-21 15:34:02 -08:00
refleak.py bpo-31217: Fix regrtest -R for small integer (#3260) 2017-09-01 13:05:27 +02:00
runtest.py bpo-31324: Optimize support._match_test() (#4421) 2017-11-21 15:34:02 -08:00
runtest_mp.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
save_env.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
setup.py bpo-25588: Fix regrtest when run inside IDLE (#3962) 2017-10-13 12:59:12 -07:00