]> granicus.if.org Git - python/commit
Issue #26984: int() now always returns an instance of exact int.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Aug 2016 17:03:08 +0000 (20:03 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Aug 2016 17:03:08 +0000 (20:03 +0300)
commit54cd1969eacf27405e2fe265817ee60a8ece93ab
tree870ee7eab92b4bbd6496611939b9f022a2f4dba1
parentd7f3cdd07d7387787c18c0c34a71ee00d77a26c8
Issue #26984: int() now always returns an instance of exact int.
Lib/test/test_int.py
Misc/NEWS
Objects/abstract.c