Skip to content

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently 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:

  • add the _PyXI_GET_STATE() and _PyXI_GET_GLOBAL_STATE() macros
  • add _PyXIData_lookup_context_t and _PyXIData_GetLookupContext()
  • add _Py_xi_state_init() and _Py_xi_state_fini()

@ericsnowcurrently ericsnowcurrently merged commit 73cf069 into python:main Nov 12, 2024
37 checks passed
@ericsnowcurrently ericsnowcurrently deleted the crossinterp-backporting branch November 12, 2024 17:41
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
pythongh-126707)

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

This involves the following:

* add the _PyXI_GET_STATE() and _PyXI_GET_GLOBAL_STATE() macros
* add _PyXIData_lookup_context_t and _PyXIData_GetLookupContext()
* add _Py_xi_state_init() and _Py_xi_state_fini()
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
pythongh-126707)

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

This involves the following:

* add the _PyXI_GET_STATE() and _PyXI_GET_GLOBAL_STATE() macros
* add _PyXIData_lookup_context_t and _PyXIData_GetLookupContext()
* add _Py_xi_state_init() and _Py_xi_state_fini()
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.

1 participant