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 mark.dickinson
Recipients Chris.Farrow, bquinlan, mark.dickinson, simon.jagoe
Date 2014-04-12.13:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397309234.23.0.0356767572958.issue21009@psf.upfronthosting.co.za>
In-reply-to
Content
Adding Brian Quinlan to the nosy list.

I don't see an easy way around this other than documenting it and recommending that people do explicit executor shutdown where necessary.

Weakref callbacks are dangerous things.  Weakref callbacks that acquire a lock at any point doubly so.
History
Date User Action Args
2014-04-12 13:27:14mark.dickinsonsetrecipients: + mark.dickinson, bquinlan, simon.jagoe, Chris.Farrow
2014-04-12 13:27:14mark.dickinsonsetmessageid: <1397309234.23.0.0356767572958.issue21009@psf.upfronthosting.co.za>
2014-04-12 13:27:14mark.dickinsonlinkissue21009 messages
2014-04-12 13:27:13mark.dickinsoncreate