◐ Shell
clean mode source ↗

gh-106320: Create pycore_moduleobject.h header file by vstinner · Pull Request #106355 · python/cpython

Remove the following functions from the C API, move them to the internal C
API: add a new pycore_moduleobject.h internal header file:

* PyModule_CreateInitialized()
* _PyArg_NoKwnames()
* _Py_VaBuildStack()

No longer export these functions.

vstinner added a commit to vstinner/cpython that referenced this pull request

Jul 3, 2023
Remove the following functions from the C API, move them to the internal C
API: add a new pycore_modsupport.h internal header file:

* PyModule_CreateInitialized()
* _PyArg_NoKwnames()
* _Py_VaBuildStack()

No longer export these functions.

carljm added a commit to carljm/cpython that referenced this pull request

Jul 3, 2023