mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
Use _PyLong_GetZero() and _PyLong_GetOne() in Modules/ directory. _cursesmodule.c and zoneinfo.c are now built with Py_BUILD_CORE_MODULE macro defined.
Source files for standard library extension modules, and former extension modules that are now builtin modules.