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 glyph
Recipients Melebius, chrahunt, glyph, gwk, kakshay, pablogsal, r.david.murray, torsten
Date 2020-05-03.08:25:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588494319.04.0.401467325473.issue27035@roundup.psfhosted.org>
In-reply-to
Content
This bug has been filed several times:

issue1257
issue11654

and it's tempting to simply close this as a dup, but this ticket mentions the documentation, which is slightly confusing: 

https://docs.python.org/3.8/library/atexit.html#atexit.register

It's not *wrong* exactly; 3.8's behavior matches the letter of the documentation, but "the last exception to be raised is re-raised" *implies* a change in exit code, since that is what would normally happen if an exception were re-raised at the top level.

So would it be a good idea to change the documentation?
History
Date User Action Args
2020-05-03 08:25:19glyphsetrecipients: + glyph, r.david.murray, torsten, gwk, Melebius, pablogsal, chrahunt, kakshay
2020-05-03 08:25:19glyphsetmessageid: <1588494319.04.0.401467325473.issue27035@roundup.psfhosted.org>
2020-05-03 08:25:19glyphlinkissue27035 messages
2020-05-03 08:25:18glyphcreate