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 acordiner
Recipients Michael.Olson, acordiner, asksol, chris-, jnoller
Date 2011-10-27.05:47:33
SpamBayes Score 0.0020953054
Marked as misclassified No
Message-id <1319694453.69.0.540951161448.issue10015@psf.upfronthosting.co.za>
In-reply-to
Content
I think that workaround should be:

if not hasattr(threading.current_thread(), "_children"):
    threading.current_thread()._children = weakref.WeakKeyDictionary()
History
Date User Action Args
2011-10-27 05:47:33acordinersetrecipients: + acordiner, jnoller, asksol, Michael.Olson, chris-
2011-10-27 05:47:33acordinersetmessageid: <1319694453.69.0.540951161448.issue10015@psf.upfronthosting.co.za>
2011-10-27 05:47:33acordinerlinkissue10015 messages
2011-10-27 05:47:33acordinercreate