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 jvoisin
Recipients jvoisin, lars.gustaebel, serhiy.storchaka, terry.reedy
Date 2019-12-23.16:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577119545.21.0.350932012331.issue39062@roundup.psfhosted.org>
In-reply-to
Content
Raising an except is ok, if it's documented, so I know which ones I should catch to prevent my program to quit when processing untrusted files, without having to catch `Exception`.

Reliability is important in my use-case as well, not only exploitable memory-corruption issues.

I'll try to reproduce future issues on more recent Python versions before reporting them :)
History
Date User Action Args
2019-12-23 16:45:45jvoisinsetrecipients: + jvoisin, terry.reedy, lars.gustaebel, serhiy.storchaka
2019-12-23 16:45:45jvoisinsetmessageid: <1577119545.21.0.350932012331.issue39062@roundup.psfhosted.org>
2019-12-23 16:45:45jvoisinlinkissue39062 messages
2019-12-23 16:45:44jvoisincreate