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, pitrou, vstinner, zach.ware
Date 2017-08-31.22:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504218395.91.0.647259346739.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still able to reproduce the bug using attached leak.py script which is now 100 lines long, but has to import logging, socket and pickle. Without these imports, the bug hides (maybe the hardcoded hash values must be recomputed, but I failed to find hash values in that case).
History
Date User Action Args
2017-08-31 22:26:35vstinnersetrecipients: + vstinner, brett.cannon, pitrou, zach.ware
2017-08-31 22:26:35vstinnersetmessageid: <1504218395.91.0.647259346739.issue31217@psf.upfronthosting.co.za>
2017-08-31 22:26:35vstinnerlinkissue31217 messages
2017-08-31 22:26:35vstinnercreate