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 pitrou
Recipients pitrou
Date 2011-03-23.20:26:52
SpamBayes Score 0.001147842
Marked as misclassified No
Message-id <1300912017.1.0.699282992507.issue11654@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure if it's the desired behaviour, so I'm reporting it:

$ ./python -c "import atexit; atexit.register(lambda: 1/0)" && echo success
Error in atexit._run_exitfuncs:
ZeroDivisionError: division by zero
[36956 refs]
success
History
Date User Action Args
2011-03-23 20:26:57pitrousetrecipients: + pitrou
2011-03-23 20:26:57pitrousetmessageid: <1300912017.1.0.699282992507.issue11654@psf.upfronthosting.co.za>
2011-03-23 20:26:52pitroulinkissue11654 messages
2011-03-23 20:26:52pitroucreate