cpython/Lib/test/libregrtest
Victor Stinner 6c2feabc5d bpo-31217: Fix regrtest -R for small integer (#3260)
Use a pool of integer objects toprevent false alarm when checking for
memory block leaks. Fill the pool with values in -1000..1000 which
are the most common (reference, memory block, file descriptor)
differences.

Co-Authored-By: Antoine Pitrou <pitrou@free.fr>
2017-09-01 13:05:27 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
main.py bpo-30871: Add test.pythoninfo (#3075) 2017-08-17 16:40:51 +02:00
refleak.py bpo-31217: Fix regrtest -R for small integer (#3260) 2017-09-01 13:05:27 +02:00
runtest.py bpo-31160: regrtest now reaps child processes (#3044) 2017-08-09 17:44:33 +02:00
runtest_mp.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
setup.py