diff options
author | Sam Gross <colesbury@gmail.com> | 2023-12-07 19:11:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 19:11:45 (GMT) |
commit | db460735af7503984d1b7d878069722db44b11e8 (patch) | |
tree | 5f8579b85da5f0902f5d14c8711de77256156aba /Python/opcode_targets.h | |
parent | bf0beae6a05f3266606a21e22a4d803abbb8d731 (diff) | |
download | cpython-db460735af7503984d1b7d878069722db44b11e8.zip cpython-db460735af7503984d1b7d878069722db44b11e8.tar.gz cpython-db460735af7503984d1b7d878069722db44b11e8.tar.bz2 |
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.
Diffstat (limited to 'Python/opcode_targets.h')
0 files changed, 0 insertions, 0 deletions