mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Every PyThreadState instance is now actually a _PyThreadStateImpl. It is safe to cast from `PyThreadState*` to `_PyThreadStateImpl*` and back. The _PyThreadStateImpl will contain fields that we do not want to expose in the public C API.
Miscellaneous source files for the main Python shared library