[Python-Dev] Better module shutdown procedure
Antoine Pitrou
solipsis at pitrou.net
Wed Oct 14 22:49:59 CEST 2009
More information about the Python-Dev mailing list
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 <at> 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 ]
More information about the Python-Dev mailing list