[issue25746] test_unittest failure in leaks searching mode

2017-07-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed in duplicate issue30813. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed superseder: -> test_unittest fails when hunting reference leaks ___ Python tracker

[issue25746] test_unittest failure in leaks searching mode

2016-08-20 Thread Xiang Zhang
Xiang Zhang added the comment: Simple reproduction: >>> pickle.dumps(unittest.loader._make_skipped_test('hello', RuntimeError, >>> unittest.suite.TestSuite)) Traceback (most recent call last): File "", line 1, in _pickle.PicklingError: Can't pickle : attribute lookup ModuleSkipped on unitte

[issue25746] test_unittest failure in leaks searching mode

2016-08-19 Thread STINNER Victor
STINNER Victor added the comment: While checking that I didn't introduce a reference leak recently with my changes around _PyObject_FastCall(), I found the same issue: test_unittest doesn't work with regrtest -R. I get the same error: $ ./python -m test -R 0:1 -v test_unittest ===

[issue25746] test_unittest failure in leaks searching mode

2015-12-30 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue25746] test_unittest failure in leaks searching mode

2015-11-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -m test.regrtest -uall -R 3:3 test_unittest [1/1] test_unittest test test_unittest failed -- multiple errors occurred; run in verbose mode for details 1 test failed: test_unittest $ ./python -m test.regrtest -vvuall -R 3:3 test_unittest ... =