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 izbyshev
Recipients izbyshev, miss-islington, serhiy.storchaka, vstinner
Date 2018-11-09.13:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541771080.97.0.788709270274.issue35194@psf.upfronthosting.co.za>
In-reply-to
Content
I've added 'assert' to macros. Since 'typeof' seems to be disallowed in Python, I've used 'unsigned int' as the type of an intermediate variable. 
Another alternative is 'assert(0 <= (c) && (c) <= 255)', but 'c' will be evaluated several times.
History
Date User Action Args
2018-11-09 13:44:41izbyshevsetrecipients: + izbyshev, vstinner, serhiy.storchaka, miss-islington
2018-11-09 13:44:40izbyshevsetmessageid: <1541771080.97.0.788709270274.issue35194@psf.upfronthosting.co.za>
2018-11-09 13:44:40izbyshevlinkissue35194 messages
2018-11-09 13:44:40izbyshevcreate