Staging
v0.8.1
https://github.com/python/cpython
Revision 37834136d0afe51d274bfc79d8705514cbe73727 authored by Victor Stinner on 27 October 2020, 16:12:53 UTC, committed by GitHub on 27 October 2020, 16:12:53 UTC
Use _PyLong_GetZero() and _PyLong_GetOne() in Modules/ directory.

_cursesmodule.c and zoneinfo.c are now built with
Py_BUILD_CORE_MODULE macro defined.
1 parent a6879d9
History
Tip revision: 37834136d0afe51d274bfc79d8705514cbe73727 authored by Victor Stinner on 27 October 2020, 16:12:53 UTC
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Tip revision: 3783413
File Mode Size
__init__.py -rw-r--r-- 587 bytes
handlers.py -rw-r--r-- 21.2 KB
headers.py -rw-r--r-- 6.6 KB
simple_server.py -rw-r--r-- 5.0 KB
util.py -rw-r--r-- 5.7 KB
validate.py -rw-r--r-- 14.7 KB

back to top