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 pitrou
Recipients BreamoreBoy, ajaksu2, benjamin.peterson, dcjim, elachuni, gvanrossum, jon, kristjan.jonsson, mark.dickinson, pitrou, qelan, tseaver, vdupras, vstinner
Date 2013-11-19.10:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384857552.36.0.814492140115.issue7105@psf.upfronthosting.co.za>
In-reply-to
Content
Speaking of which, this is not only about GC runs, although it is the most annoying scenario (since you basically don't control when it happens). Regular resource reaping because of reference counting can also wreak havoc.

About the patch, I don't know. It introduces new complexity in 2.7 which should be fairly stable by now. The one thing I don't like is your replacement of "iterator" by "iterable" in the docs.

(you also have one line commented out in the tests)
History
Date User Action Args
2013-11-19 10:39:12pitrousetrecipients: + pitrou, gvanrossum, dcjim, tseaver, mark.dickinson, kristjan.jonsson, vstinner, ajaksu2, jon, benjamin.peterson, vdupras, elachuni, BreamoreBoy, qelan
2013-11-19 10:39:12pitrousetmessageid: <1384857552.36.0.814492140115.issue7105@psf.upfronthosting.co.za>
2013-11-19 10:39:12pitroulinkissue7105 messages
2013-11-19 10:39:12pitroucreate