◐ Shell
clean mode source ↗

Message 352681 - Python tracker

Message352681

Author malin
Recipients malin, vstinner
Date 2019-09-18.00:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568766090.07.0.453415576479.issue38205@roundup.psfhosted.org>
In-reply-to
Content
We can change Py_UNREACHABLE() to assert(0) in longobject.c
Or remove the article in Py_UNREACHABLE()
History
Date User Action Args
2019-09-18 00:21:30malinsetrecipients: + malin, vstinner
2019-09-18 00:21:30malinsetmessageid: <1568766090.07.0.453415576479.issue38205@roundup.psfhosted.org>
2019-09-18 00:21:30malinlinkissue38205 messages
2019-09-18 00:21:29malincreate