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 serhiy.storchaka
Recipients Zdeněk.Pavlas, amaury.forgeotdarc, docs@python, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2020-05-31.14:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590934905.9.0.16220663817.issue17544@roundup.psfhosted.org>
In-reply-to
Content
When function sets an exception, it should return NULL. Otherwise the behavior of the interpreter is undefined, it can crash in debug build or developing mode.

See for example https://docs.python.org/3/extending/extending.html#intermezzo-errors-and-exceptions
History
Date User Action Args
2020-05-31 14:21:45serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, ezio.melotti, mrabarnett, docs@python, Zdeněk.Pavlas
2020-05-31 14:21:45serhiy.storchakasetmessageid: <1590934905.9.0.16220663817.issue17544@roundup.psfhosted.org>
2020-05-31 14:21:45serhiy.storchakalinkissue17544 messages
2020-05-31 14:21:45serhiy.storchakacreate