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 gregory.p.smith
Recipients gregory.p.smith, malin, sir-sigurd, vstinner, zach.ware
Date 2019-09-18.21:41:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568842906.51.0.840957491437.issue38205@roundup.psfhosted.org>
In-reply-to
Content
While I don't like how that get_small_int macro is defined...
and I don't like that Py_UNREACHABLE() was usable as an expression in the past...

it is probably best to just revert 3ab61473ba7f3dca32d779ec2766a4faa0657923.

The choice to use a macro for this when it was created and the way the macro was defined means it is an expression forever unless we want to bother forcing code cleanups for uses of it.
History
Date User Action Args
2019-09-18 21:41:46gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, zach.ware, malin, sir-sigurd
2019-09-18 21:41:46gregory.p.smithsetmessageid: <1568842906.51.0.840957491437.issue38205@roundup.psfhosted.org>
2019-09-18 21:41:46gregory.p.smithlinkissue38205 messages
2019-09-18 21:41:46gregory.p.smithcreate