cpython/Lib/test/libregrtest
Victor Stinner 98c849a2f3 bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)
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>
(cherry picked from commit 6c2feabc5d)
2017-09-01 15:04:47 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
cmdline.py bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2777) 2017-07-20 17:08:48 +02:00
main.py [3.6] bpo-30871: Add test.pythoninfo (#3174) 2017-08-22 00:17:15 +02:00
refleak.py bpo-31217: Fix regrtest -R for small integer (#3260) (#3261) 2017-09-01 15:04:47 +02:00
runtest.py [3.6] bpo-31160: Backport reap_children() fixes from master to 3.6 (#3060) 2017-08-10 16:02:00 +02:00
runtest_mp.py Synchronize libregrtest from master to 3.6 (#2244) 2017-06-16 14:39:09 +02:00
save_env.py
setup.py