commit | 37834136d0afe51d274bfc79d8705514cbe73727 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Oct 27 17:12:53 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 27 17:12:53 2020 +0100 |
tree | 0e4c6b1f42813363f690e7ad179874d727d2cd79 | |
parent | a6879d9445f98833c4e300e187956e2a218a2315 [diff] |
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) Use _PyLong_GetZero() and _PyLong_GetOne() in Modules/ directory. _cursesmodule.c and zoneinfo.c are now built with Py_BUILD_CORE_MODULE macro defined.