Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Nov 11, 2024

These changes makes it easier to backport the _interpreters, _interpqueues, and _interpchannels modules to Python 3.12.

This involves the following:

  • rename several structs and typedefs
  • add several typedefs
  • stop using the PyThreadState.state field directly in parking_lot.c

@ericsnowcurrentlyericsnowcurrently merged commit a6d48e8 into python:mainNov 11, 2024
@ericsnowcurrentlyericsnowcurrently deleted the crossinterp-backporting-cleanups branch November 11, 2024 22:58
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
pythongh-126704) These changes makes it easier to backport the _interpreters, _interpqueues, and _interpchannels modules to Python 3.12. This involves the following: * rename several structs and typedefs * add several typedefs * stop using the PyThreadState.state field directly in parking_lot.c
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
pythongh-126704) These changes makes it easier to backport the _interpreters, _interpqueues, and _interpchannels modules to Python 3.12. This involves the following: * rename several structs and typedefs * add several typedefs * stop using the PyThreadState.state field directly in parking_lot.c
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently