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 akitada
Recipients akitada, eric.smith, mark.dickinson
Date 2010-10-10.06:34:53
SpamBayes Score 0.0010571091
Marked as misclassified No
Message-id <1286692494.91.0.784373201567.issue10052@psf.upfronthosting.co.za>
In-reply-to
Content
Forgot to mention that there's no _MAX macro for exact-width integer types.

$ egrep -r 'INT[0-9].*_MAX' /usr/include/ | wc -l
       0

How about adding those macros when the system does not provide them?
History
Date User Action Args
2010-10-10 06:34:55akitadasetrecipients: + akitada, mark.dickinson, eric.smith
2010-10-10 06:34:54akitadasetmessageid: <1286692494.91.0.784373201567.issue10052@psf.upfronthosting.co.za>
2010-10-10 06:34:53akitadalinkissue10052 messages
2010-10-10 06:34:53akitadacreate