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 loewis
Recipients lkcl, loewis, mark.dickinson
Date 2009-01-08.20:42:03
SpamBayes Score 0.09752085
Marked as misclassified No
Message-id <1231447326.15.0.560856759043.issue4880@psf.upfronthosting.co.za>
In-reply-to
Content
I think you should study the preprocessor output to find out what
LONG_MAX really expands to, at the point where it is used.

In any case, I'm tempted to close this as "works for me" - 0x7FFFFFFFL
is definitely a long constant in all compilers I know of.
History
Date User Action Args
2009-01-08 20:42:06loewissetrecipients: + loewis, lkcl, mark.dickinson
2009-01-08 20:42:06loewissetmessageid: <1231447326.15.0.560856759043.issue4880@psf.upfronthosting.co.za>
2009-01-08 20:42:03loewislinkissue4880 messages
2009-01-08 20:42:03loewiscreate