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 pitrou
Recipients barry, pitrou, serhiy.storchaka, vstinner
Date 2019-10-04.12:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570193303.27.0.656208925366.issue38249@roundup.psfhosted.org>
In-reply-to
Content
I agree with Serhiy.  If you hit a rare situation that you don't want to handle, use Py_FatalError(), not Py_UNREACHABLE().

Py_UNREACHABLE() is for situations which are *logically* impossible, not just uncommon.
History
Date User Action Args
2019-10-04 12:48:23pitrousetrecipients: + pitrou, barry, vstinner, serhiy.storchaka
2019-10-04 12:48:23pitrousetmessageid: <1570193303.27.0.656208925366.issue38249@roundup.psfhosted.org>
2019-10-04 12:48:23pitroulinkissue38249 messages
2019-10-04 12:48:23pitroucreate