◐ Shell
clean mode source ↗

gh-106320: Remove private _PyInterpreterID C API by vstinner · Pull Request #107053 · python/cpython

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.

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