[Python-Dev] Better module shutdown procedure (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Oct 14 22:49:59 CEST 2009
- Previous message: [Python-Dev] Better module shutdown procedure
- Next message: [Python-Dev] Better module shutdown procedure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neil Schemenauer <nas arctrix.com> writes:
I would like to commit this change but I'm not sure if it is a good time in the development cycle or if anyone has objections to the idea. Please speak up if you have input.
Have you tried to remove the various hacks/workarounds in the stdlib that currently avoid module finalization problems? (take a look at e.g. threading.py) It would be a good validation that the patch improves on the current behaviour.
Regards
Antoine.
- Previous message: [Python-Dev] Better module shutdown procedure
- Next message: [Python-Dev] Better module shutdown procedure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]