This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-09-15.09:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568541386.19.0.996414824495.issue38177@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/189/builds/153

$ ./python -m test -R 3:3 test_tools -m test.test_tools.test_unparse.UnparseTestCase.test_nonlocal
Run tests sequentially
0:00:00 load avg: 1.48 [1/1] test_tools
beginning 6 repetitions
123456
......
test_tools leaked [36, 36, 36] references, sum=108
test_tools failed

== Tests result: FAILURE ==

1 test failed:
    test_tools

Total duration: 591 ms
Tests result: FAILURE
History
Date User Action Args
2019-09-15 09:56:26vstinnersetrecipients: + vstinner
2019-09-15 09:56:26vstinnersetmessageid: <1568541386.19.0.996414824495.issue38177@roundup.psfhosted.org>
2019-09-15 09:56:26vstinnerlinkissue38177 messages
2019-09-15 09:56:26vstinnercreate