mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
a071ecb4d1
Move private functions to the internal C API (pycore_sysmodule.h): * _PySys_GetAttr() * _PySys_GetSizeOf() No longer export most of these functions. Fix also a typo in Include/cpython/optimizer.h: add a missing space.
Miscellaneous source files for the main Python shared library