[issue27441] redundant assignments to ob_size of new ints that _PyLong_New returned

Serhiy Storchaka report at bugs.python.org
Wed Jul 6 04:39:15 EDT 2016


Serhiy Storchaka added the comment:

Changes to PyLong_FromUnsignedLong() and PyLong_FromUnsignedLongLong() LGTM. I don't know whether other changes have a positive effect. Are there any microbenchmarks? There are other places in which Py_SIZE() is set to the same value.

----------

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


More information about the Python-bugs-list mailing list