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 aronacher
Recipients aronacher, loewis
Date 2010-09-04.16:39:08
SpamBayes Score 2.5601722e-07
Marked as misclassified No
Message-id <1283618350.03.0.086188747558.issue9775@psf.upfronthosting.co.za>
In-reply-to
Content
This also affects 2.7, I just worked on 2.6 because this is where I encountered the issue.

> As for 2.7: please try explaining again what specific issue the patch
> is meant to resolve? What monkey-patching are you referring to? What 
> destructor? Why is aliasing these functions going to solve a problem?

As mentioned above I cannot provide more information because I am unable to find the root of the issue.  All I know is that if the atexit handler is executed after the module globals were set to None it fails to shutdown properly.

The old monkey patch can be found here: http://svn.python.org/view/python/tags/r261/Lib/multiprocessing/util.py?revision=71601&view=markup

I am pretty sure that this is one way to trigger the issue but by itself not the root of the problem.
History
Date User Action Args
2010-09-04 16:39:10aronachersetrecipients: + aronacher, loewis
2010-09-04 16:39:10aronachersetmessageid: <1283618350.03.0.086188747558.issue9775@psf.upfronthosting.co.za>
2010-09-04 16:39:08aronacherlinkissue9775 messages
2010-09-04 16:39:08aronachercreate