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 brett.cannon, vstinner
Date 2017-08-31.19:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504206122.93.0.897521857754.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
Copy attached test_leak.py to Lib/test/ and run:

set -x
while true; do PYTHONHASHSEED=$RANDOM ./python -m test -R 3:30 -j1 test_leak || break; done
History
Date User Action Args
2017-08-31 19:02:02vstinnersetrecipients: + vstinner, brett.cannon
2017-08-31 19:02:02vstinnersetmessageid: <1504206122.93.0.897521857754.issue31217@psf.upfronthosting.co.za>
2017-08-31 19:02:02vstinnerlinkissue31217 messages
2017-08-31 19:02:02vstinnercreate