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 arigo
Recipients arigo, neologix, nikratio, pitrou, serhiy.storchaka, vstinner
Date 2014-12-04.10:39:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417689579.01.0.632590463772.issue17852@psf.upfronthosting.co.za>
In-reply-to
Content
To add to the confusion: Antoine's example produces an empty file on the current trunk cd282dd0cfe8.  When I first tried it on a slightly older trunk (157 changesets ago), it correctly emitted a file with "barXXX ", but only if "gc.collect()" was present.  Without "gc.collect()" it didn't.  This seems at odds with the explanation that "gc.collect()" should be what occurs at shut-down now.
History
Date User Action Args
2014-12-04 10:39:39arigosetrecipients: + arigo, pitrou, vstinner, nikratio, neologix, serhiy.storchaka
2014-12-04 10:39:39arigosetmessageid: <1417689579.01.0.632590463772.issue17852@psf.upfronthosting.co.za>
2014-12-04 10:39:38arigolinkissue17852 messages
2014-12-04 10:39:38arigocreate