Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Jun 2, 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.

@ericsnowcurrentlyericsnowcurrently requested a review from a team as a code ownerJune 2, 2023 22:28
@ericsnowcurrentlyericsnowcurrently removed the request for review from a teamJune 2, 2023 22:28
@ericsnowcurrentlyericsnowcurrently enabled auto-merge (squash) June 2, 2023 22:30
@ericsnowcurrentlyericsnowcurrently merged commit e6373c0 into python:mainJun 2, 2023
@ericsnowcurrentlyericsnowcurrently deleted the _xxsubinterpreters-public-api-only branch June 2, 2023 23:11
@ericsnowcurrentlyericsnowcurrently added the needs backport to 3.12 only security fixes label Jul 26, 2023
@miss-islington
Copy link
Contributor

Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-107303 is a backport of this pull request to the 3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Jul 26, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 26, 2023
…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 added a commit that referenced this pull request Jul 27, 2023
…ule (gh-105258) (gh-107303) 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>
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.

3 participants

@ericsnowcurrently@miss-islington@bedevere-bot