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 ryao
Recipients ryao
Date 2013-02-18.20:26:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361219177.62.0.296828194519.issue17228@psf.upfronthosting.co.za>
In-reply-to
Content
The preprocessor definition for uint is only defined when building with PYMALLOC, which breaks builds without PYMALLOC. There is a Gentoo bug report on this issue:

https://bugs.gentoo.org/show_bug.cgi?id=458168

I have attached a patch that I wrote that resolves this.
History
Date User Action Args
2013-02-18 20:26:17ryaosetrecipients: + ryao
2013-02-18 20:26:17ryaosetmessageid: <1361219177.62.0.296828194519.issue17228@psf.upfronthosting.co.za>
2013-02-18 20:26:17ryaolinkissue17228 messages
2013-02-18 20:26:17ryaocreate