gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (gh-112560)
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.
S
Sam Gross committed
db460735af7503984d1b7d878069722db44b11e8
Parent: bf0beae
Committed by GitHub <noreply@github.com>
on 12/7/2023, 7:11:45 PM