mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
db460735af
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