mirror of
https://github.com/python/cpython.git
synced 2026-06-21 10:34:26 -04:00
9a61d1c0c8
If the thread stack size is set by linker flags, pass the stack size to Python/ceval.c via the new _Py_LINKER_THREAD_STACK_SIZE variable to set Py_C_STACK_SIZE macro.
Miscellaneous source files for the main Python shared library