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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21111>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to