Browse Source
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
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.pull/23003/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 57 additions and 36 deletions
-
4Modules/Setup
-
11Modules/_collectionsmodule.c
-
7Modules/_ctypes/_ctypes.c
-
7Modules/_cursesmodule.c
-
5Modules/_datetimemodule.c
-
3Modules/_functoolsmodule.c
-
3Modules/_io/iobase.c
-
17Modules/_io/textio.c
-
3Modules/_sre.c
-
3Modules/_zoneinfo.c
-
6Modules/clinic/_cursesmodule.c.h
-
8Modules/itertoolsmodule.c
-
11Modules/mathmodule.c
-
5setup.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue