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 ajaksu2
Recipients ajaksu2
Date 2008-08-24.20:39:11
SpamBayes Score 0.01164594
Marked as misclassified No
Message-id <1219610352.03.0.944854344602.issue3666@psf.upfronthosting.co.za>
In-reply-to
Content
The following crashes the interpreter on exit:

import sys, atexit; atexit.register(lambda: 1, 0, 0, (x for x in (1,2)),
0, 0); sys.exit()

Found with Fusil.
History
Date User Action Args
2008-08-24 20:39:12ajaksu2setrecipients: + ajaksu2
2008-08-24 20:39:12ajaksu2setmessageid: <1219610352.03.0.944854344602.issue3666@psf.upfronthosting.co.za>
2008-08-24 20:39:11ajaksu2linkissue3666 messages
2008-08-24 20:39:11ajaksu2create