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 vstinner
Recipients Greg Price, aeros, malin, mark.dickinson, rhettinger, sir-sigurd, vstinner
Date 2019-09-19.09:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568886641.26.0.617690644271.issue37812@roundup.psfhosted.org>
In-reply-to
Content
When small integer are disabled at compilation time (NSMALLPOSINTS=0 and  a NSMALLNEGINTS=0), I suggest to remove code related to small integers. IMHO CHECK_SMALL_INT() macro is a good practical solution for that. So I suggest to restore this macro.
History
Date User Action Args
2019-09-19 09:50:41vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, malin, Greg Price, sir-sigurd, aeros
2019-09-19 09:50:41vstinnersetmessageid: <1568886641.26.0.617690644271.issue37812@roundup.psfhosted.org>
2019-09-19 09:50:41vstinnerlinkissue37812 messages
2019-09-19 09:50:41vstinnercreate