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 arigo, martin.panter, nascheme, neologix, nikratio, serhiy.storchaka, tim.peters, vstinner
Date 2017-06-01.07:27:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496302030.41.0.127557283619.issue17852@psf.upfronthosting.co.za>
In-reply-to
Content
Neil Schemenauer: "Well, I just spent a couple of hours debugging a problem caused by this issue."

Did you get any ResourceWarning? You need to run python3 with -Wd to see them.

By the way, I enhanced ResourceWarning in Python 3.6: if you enable tracemalloc, these warnings now log the traceback where the leakded resource was created ;-)
https://docs.python.org/dev/whatsnew/3.6.html#warnings
History
Date User Action Args
2017-06-01 07:27:10vstinnersetrecipients: + vstinner, tim.peters, arigo, nascheme, nikratio, neologix, martin.panter, serhiy.storchaka
2017-06-01 07:27:10vstinnersetmessageid: <1496302030.41.0.127557283619.issue17852@psf.upfronthosting.co.za>
2017-06-01 07:27:10vstinnerlinkissue17852 messages
2017-06-01 07:27:10vstinnercreate