Some questions about atexit
Roy Smith
roy at panix.com
Thu Sep 13 09:03:43 EDT 2012
More information about the Python-list mailing list
Thu Sep 13 09:03:43 EDT 2012
- Previous message (by thread): Some questions about atexit
- Next message (by thread): confused in decorate and closure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <mailman.587.1347503376.27098.python-list at python.org>, Terry Reedy <tjreedy at udel.edu> wrote: > On 9/12/2012 8:58 PM, Roy Smith wrote: > > The atexit docs (http://docs.python.org/library/atexit.html) are very > > confusing. In one place they say, "The order in which the functions are > > called is not defined". In another place, "all functions registered are > > called in last in, first out order". Which is correct? > > Check the tracker (bugs.python.org) for atexit issues, open and closed. Thanks for the pointer. The operative one seems to be http://bugs.python.org/issue15233
- Previous message (by thread): Some questions about atexit
- Next message (by thread): confused in decorate and closure
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list