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 vstinner
Recipients h.venev, mark.dickinson, vstinner
Date 2014-04-05.13:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396705011.44.0.719027452152.issue21111@psf.upfronthosting.co.za>
In-reply-to
Content
> Please apply in 3.4.1. I need this ASAP.

New functions are new features, and new features are no more added after a release (ex: 3.4.0). If something is changed, it will done in Python 3.5.

You can add PyLong_AsUnsigned*AndOverflow() functions to your project so you will support older versions too, like Python 3.3.
History
Date User Action Args
2014-04-05 13:36:51vstinnersetrecipients: + vstinner, mark.dickinson, h.venev
2014-04-05 13:36:51vstinnersetmessageid: <1396705011.44.0.719027452152.issue21111@psf.upfronthosting.co.za>
2014-04-05 13:36:51vstinnerlinkissue21111 messages
2014-04-05 13:36:51vstinnercreate