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 loewis
Recipients aronacher, loewis
Date 2010-09-04.17:29:41
SpamBayes Score 2.141337e-09
Marked as misclassified No
Message-id <4C828203.3040903@v.loewis.de>
In-reply-to <1283618350.03.0.086188747558.issue9775@psf.upfronthosting.co.za>
Content
> 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.

Ok - but this is not supposed to happen. The exitfuncs are called
*before* any other interpreter shutdown happens.

> 
> 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.

Indeed, this is not part of Python anymore, so we should remove it from
the discussion.

In any case, unless you can come up with a reproducible test case,
I'm closing this as "works for me".
History
Date User Action Args
2010-09-04 17:29:42loewissetrecipients: + loewis, aronacher
2010-09-04 17:29:41loewislinkissue9775 messages
2010-09-04 17:29:41loewiscreate