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 chris.jerdonek
Recipients amaury.forgeotdarc, chris.jerdonek, flox, pitrou, rhettinger
Date 2012-07-25.22:36:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343255798.23.0.883636832956.issue15320@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Antoine. Just a note: with that other implementation I think the call to pending.close() would probably also warrant a lock since it appears close() can't be called either if a generator is already executing (granted that situation would be even rarer since it could arise only during KeyboardInterrupt).
History
Date User Action Args
2012-07-25 22:36:38chris.jerdoneksetrecipients: + chris.jerdonek, rhettinger, amaury.forgeotdarc, pitrou, flox
2012-07-25 22:36:38chris.jerdoneksetmessageid: <1343255798.23.0.883636832956.issue15320@psf.upfronthosting.co.za>
2012-07-25 22:36:37chris.jerdoneklinkissue15320 messages
2012-07-25 22:36:37chris.jerdonekcreate