Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner 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.
@vstinner vstinner requested a review from a team as a code owner July 22, 2023 16:17
@vstinner vstinner enabled auto-merge (squash) July 22, 2023 16:27
@vstinner vstinner merged commit 22422e9 into python:main Jul 22, 2023
@vstinner vstinner 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants