Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Jul 22, 2023

Move the private _PyInterpreterID C API to the internal C API: add a new pycore_interp_id.h header file.

Remove Include/interpreteridobject.h and
Include/cpython/interpreteridobject.h header files.

Move the private _PyInterpreterID C API to the internal C API: add a new pycore_interp_id.h header file. Remove Include/interpreteridobject.h and Include/cpython/interpreteridobject.h header files.
@vstinnervstinner requested a review from a team as a code ownerJuly 22, 2023 16:17
@vstinnervstinner enabled auto-merge (squash) July 22, 2023 16:27
@vstinnervstinner merged commit 22422e9 into python:mainJul 22, 2023
@vstinnervstinner deleted the core_interpid branch July 22, 2023 21:05
jtcave pushed a commit to jtcave/cpython that referenced this pull request Jul 23, 2023
Move the private _PyInterpreterID C API to the internal C API: add a new pycore_interp_id.h header file. Remove Include/interpreteridobject.h and Include/cpython/interpreteridobject.h header files.
mementum pushed a commit to mementum/cpython that referenced this pull request Jul 23, 2023
Move the private _PyInterpreterID C API to the internal C API: add a new pycore_interp_id.h header file. Remove Include/interpreteridobject.h and Include/cpython/interpreteridobject.h header files.
ericsnowcurrently added a commit to ericsnowcurrently/cpython that referenced this pull request Jul 27, 2023
Sign up for freeto 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.

2 participants

@vstinner@bedevere-bot