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 rhettinger
Recipients paul.j3, rhettinger, shihai1991, xtreak
Date 2019-09-03.01:07:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567472879.99.0.206943049859.issue36267@roundup.psfhosted.org>
In-reply-to
Content
FWIW, raising an uncaught exception isn't what we normally consider a "crash".  We typically save that designation for segfaults.

Ideally, a good patch/pr will also have tests.

Also, given the rarity of the exception, I would be reserved about backporting, keeping it to 3.8 and 3.9.
History
Date User Action Args
2019-09-03 01:08:00rhettingersetrecipients: + rhettinger, paul.j3, xtreak, shihai1991
2019-09-03 01:07:59rhettingersetmessageid: <1567472879.99.0.206943049859.issue36267@roundup.psfhosted.org>
2019-09-03 01:07:59rhettingerlinkissue36267 messages
2019-09-03 01:07:59rhettingercreate