commit | 8e3b9f92835654943bb59d9658bb52e1b0f40a22 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Oct 27 00:00:03 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 27 00:00:03 2020 +0100 |
tree | d22c0d39d03dcfc082dc01b8364cb6e5fe850fef | |
parent | bca701403253379409dece03053dbd739c0bd059 [diff] |
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) Add _PyLong_GetZero() and _PyLong_GetOne() functions and a new internal pycore_long.h header file. Python cannot be built without small integer singletons anymore.