Skip to content

bpo-46008: Move thread-related interpreter state into a sub-struct.#29971

Merged
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:interp-threads-substruct
Dec 7, 2021
Merged

bpo-46008: Move thread-related interpreter state into a sub-struct.#29971
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:interp-threads-substruct

Conversation

@ericsnowcurrently

@ericsnowcurrently ericsnowcurrently commented Dec 7, 2021

Copy link
Copy Markdown
Member

This parallels _PyRuntimeState.interpreters. Doing this helps make it more clear what part of PyInterpreterState relates to its threads.

https://bugs.python.org/issue46008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants