Antoine Pitrou added the comment: 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. ---------- Added file: http://bugs.python.org/file29427/tstates-afterfork.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17094> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com