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 skrah
Recipients akitada, eric.smith, mark.dickinson, skrah
Date 2010-10-10.09:33:50
SpamBayes Score 0.047787618
Marked as misclassified No
Message-id <1286703231.98.0.406814710512.issue10052@psf.upfronthosting.co.za>
In-reply-to
Content
FreeBSD 5.0 has stdint.h, which includes machine/_stdint.h. In the
latter file the *_MAX constants are defined.

It looks like FreeBSD has had the correct setup for more than 7 years:

http://svn.freebsd.org/viewvc/base/release/5.0.0/sys/i386/include/


I would be moderately against making changes in Python for dated systems.
Could you perhaps just copy the files from 5.0?
History
Date User Action Args
2010-10-10 09:33:52skrahsetrecipients: + skrah, mark.dickinson, eric.smith, akitada
2010-10-10 09:33:51skrahsetmessageid: <1286703231.98.0.406814710512.issue10052@psf.upfronthosting.co.za>
2010-10-10 09:33:50skrahlinkissue10052 messages
2010-10-10 09:33:50skrahcreate