[issue6642] returning after forking a child thread doesn't call Py_Finalize

Reid Kleckner report at bugs.python.org
Wed Aug 5 03:06:28 CEST 2009


Reid Kleckner <rnk at mit.edu> added the comment:

Here's a patch against 2.6 for one way to fix it.  I imagine it has
problems, but I wanted to throw it out there as a straw man.

This patch builds on the patch for http://bugs.python.org/issue6643
since some of the test cases will occasionally deadlock without it.

----------
keywords: +patch
Added file: http://bugs.python.org/file14653/finalize-patch.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6642>
_______________________________________


More information about the Python-bugs-list mailing list