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 Tom.OConnor
Recipients Tom.OConnor, akitada, eric.smith, mark.dickinson, skrah
Date 2010-10-14.22:40:30
SpamBayes Score 0.013008147
Marked as misclassified No
Message-id <1287096032.39.0.592707968306.issue10052@psf.upfronthosting.co.za>
In-reply-to
Content
Same problem on SGI IRIX 6.5.28 GCC 3.3.

Adding the following to pyport.h got me through as well.

#define UINT32_MAX 0xffffffff
#define INT32_MAX 0x7fffffff
History
Date User Action Args
2010-10-14 22:40:32Tom.OConnorsetrecipients: + Tom.OConnor, mark.dickinson, eric.smith, akitada, skrah
2010-10-14 22:40:32Tom.OConnorsetmessageid: <1287096032.39.0.592707968306.issue10052@psf.upfronthosting.co.za>
2010-10-14 22:40:30Tom.OConnorlinkissue10052 messages
2010-10-14 22:40:30Tom.OConnorcreate