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 serhiy.storchaka
Recipients Arfrever, Zdeněk.Pavlas, georg.brandl, jort.bloem, jstasiak, martin.panter, meador.inge, ncoghlan, r.david.murray, serhiy.storchaka, vstinner
Date 2013-12-18.21:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387402659.76.0.0894413821896.issue18879@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately last patch causes resource leak on 3.3+.

$ ./python -Wall -m test.regrtest test_tempfile
[1/1] test_tempfile
1 test OK.
sys:1: ResourceWarning: gc: 5 uncollectable objects at shutdown; use gc.set_debug(gc.DEBUG_UNCOLLECTABLE) to list them
History
Date User Action Args
2013-12-18 21:37:39serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ncoghlan, vstinner, Arfrever, r.david.murray, meador.inge, martin.panter, jort.bloem, Zdeněk.Pavlas, jstasiak
2013-12-18 21:37:39serhiy.storchakasetmessageid: <1387402659.76.0.0894413821896.issue18879@psf.upfronthosting.co.za>
2013-12-18 21:37:39serhiy.storchakalinkissue18879 messages
2013-12-18 21:37:39serhiy.storchakacreate