[issue37295] Possible optimizations for math.comb()

Serhiy Storchaka report at bugs.python.org
Wed Dec 22 06:39:37 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

long long is at least 64 bit, so we can safely use PyLong_FromLongLong() for int64_t.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37295>
_______________________________________


More information about the Python-bugs-list mailing list