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 serhiy.storchaka
Recipients benjamin.peterson, gpolo, loewis, serhiy.storchaka
Date 2015-02-21.17:40:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424540450.68.0.569623820299.issue16840@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch now supports wideInt if PY_LONG_LONG is not defined or is not equal to Tcl_WideInt. getint() also now supports big integers (currently it returns ambiguous result for values outside the range of C signed int).

As far as this issue causes random tests failures, may be it makes sense to apply the patch to maintained releases. On other hand, looks as this happens very rarely.
History
Date User Action Args
2015-02-21 17:40:50serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, benjamin.peterson, gpolo
2015-02-21 17:40:50serhiy.storchakasetmessageid: <1424540450.68.0.569623820299.issue16840@psf.upfronthosting.co.za>
2015-02-21 17:40:50serhiy.storchakalinkissue16840 messages
2015-02-21 17:40:50serhiy.storchakacreate