]> granicus.if.org Git - python/commit
Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Feb 2017 14:54:45 +0000 (16:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Feb 2017 14:54:45 +0000 (16:54 +0200)
commit196a7bc1ea8842b8c73954a625a0f5a80ef011b9
tree1eb58a7fcda046c6412ab4481213e205295f9135
parentc0f59ad1455a53b6a8a9f09620ae4283e4df9f26
Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster
(10-20% for small integers).
Objects/longobject.c