mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
28940e8e48
Move PYOS_LOG2_STACK_MARGIN, PYOS_STACK_MARGIN, PYOS_STACK_MARGIN_BYTES and PYOS_STACK_MARGIN_SHIFT macros to pycore_pythonrun.h internal header. Add underscore (_) prefix to the names to make them private. Rename _PYOS to _PyOS.
Miscellaneous source files for the main Python shared library