Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) #107303

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 26, 2023

The _xxsubinterpreters module was meant to only use public API. Some internal C-API usage snuck in over the last few years (e.g. gh-28969). This fixes that.
(cherry picked from commit e6373c0)

Co-authored-by: Eric Snow ericsnowcurrently@gmail.com

…le (pythongh-105258)

The _xxsubinterpreters module was meant to only use public API.  Some internal C-API usage snuck in over the last few years (e.g. pythongh-28969).  This fixes that.
(cherry picked from commit e6373c0)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
@ericsnowcurrently ericsnowcurrently requested review from Yhg1s and removed request for a team July 26, 2023 17:18
@ericsnowcurrently
Copy link
Member

This change allows me to independently build the _xxsubinterpreters module against 3.12 without Py_BUILD_CORE, for publishing to PyPI.

@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) July 27, 2023 19:15
@ericsnowcurrently ericsnowcurrently merged commit 57ef065 into python:3.12 Jul 27, 2023
18 checks passed
@miss-islington miss-islington deleted the backport-e6373c0-3.12 branch July 27, 2023 19:15
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.

4 participants