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 martin.panter
Recipients koobs, larry, martin.panter, serhiy.storchaka
Date 2015-09-08.10:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441709695.64.0.246996997405.issue25026@psf.upfronthosting.co.za>
In-reply-to
Content
If necessary, perhaps we could unconditionally change the Python-level argument to unsigned_long, and then add a conditional bit in the C code to convert it to int if appropriate.

But I wonder if most of the problem is fixed by Issue 1471 (linked from the commit Serhiy identified). As I see it, your patch should now only be needed to support “code” values outside of the range of unsigned_int, e.g. that require > 32 bits.
History
Date User Action Args
2015-09-08 10:54:55martin.pantersetrecipients: + martin.panter, larry, serhiy.storchaka, koobs
2015-09-08 10:54:55martin.pantersetmessageid: <1441709695.64.0.246996997405.issue25026@psf.upfronthosting.co.za>
2015-09-08 10:54:55martin.panterlinkissue25026 messages
2015-09-08 10:54:55martin.pantercreate