[issue21111] PyLong_AsUnsignedLongAndOverflow does not exist

STINNER Victor report at bugs.python.org
Sat Apr 5 15:36:51 CEST 2014


STINNER Victor added the comment:

> 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.

----------
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21111>
_______________________________________


More information about the Python-bugs-list mailing list