]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make some tests more frienly to MemoryError.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Mar 2015 18:38:48 +0000 (20:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Mar 2015 18:38:48 +0000 (20:38 +0200)
commit53ea1620673e033c3f6dc5ddc4555f8d73f5e76e
tree3170296f3cb4920847013aac9b6b602dc182b9d4
parent582265f48485b9c74a92c09a54b450366797d5bf
Make some tests more frienly to MemoryError.
Free memory, unlock hanging threads.
Lib/ctypes/test/test_find.py
Lib/ctypes/test/test_pointers.py
Lib/test/lock_tests.py
Lib/test/test_gc.py
Lib/test/test_io.py
Lib/test/test_itertools.py