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 skrah
Recipients barry, serhiy.storchaka, skrah
Date 2017-09-04.17:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'm very much in favor of using abort() /* NOT REACHED */ in such cases.

The only drawback is that in the case of libraries, sometimes
distribution package lint tools complain.
History
Date User Action Args
2017-09-04 17:20:47skrahsetrecipients: + skrah, barry, serhiy.storchaka
2017-09-04 17:20:47skrahsetmessageid: <[email protected]>
2017-09-04 17:20:47skrahlinkissue31337 messages
2017-09-04 17:20:47skrahcreate