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 Ringding, neologix, pitrou
Date 2013-03-16.19:10:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363461002.32.0.549416696415.issue17094@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch.

Note that I think this patch could break some programs. For example, if you have a thread in your main process which has a database connection open, deleting the thread state in a child process might shutdown the database connection (depending on the exact protocol). Therefore, I think it would be better to only apply the patch in 3.4.
History
Date User Action Args
2013-03-16 19:10:02pitrousetrecipients: + pitrou, Ringding, neologix
2013-03-16 19:10:02pitrousetmessageid: <1363461002.32.0.549416696415.issue17094@psf.upfronthosting.co.za>
2013-03-16 19:10:02pitroulinkissue17094 messages
2013-03-16 19:10:02pitroucreate