]> granicus.if.org Git - python/commit
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Dec 2013 19:07:54 +0000 (21:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Dec 2013 19:07:54 +0000 (21:07 +0200)
commit31a655411a79b00517cdcd0a2752824d183db792
tree78bcf4531d65f5b7eadf550642e8a842741e8108
parentacd17304d290bd0b2ad41e5922f81679fea3ab6e
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
return not int instance.  Introduced _PyLong_FromNbInt() and refactored
PyLong_As*() functions.
Include/longobject.h
Lib/test/test_getargs2.py
Lib/test/test_index.py
Lib/test/test_int.py
Misc/NEWS
Objects/abstract.c
Objects/longobject.c