mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
This commit is contained in:
parent
3ed3bc379a
commit
417dd3aca7
19 changed files with 21 additions and 21 deletions
|
@ -101,7 +101,7 @@ struct PyModuleDef_Slot {
|
|||
#endif
|
||||
|
||||
#if !defined(Py_LIMITED_API) && defined(Py_GIL_DISABLED)
|
||||
PyAPI_FUNC(int) PyModule_ExperimentalSetGIL(PyObject *module, void *gil);
|
||||
PyAPI_FUNC(int) PyUnstable_Module_SetGIL(PyObject *module, void *gil);
|
||||
#endif
|
||||
|
||||
struct PyModuleDef {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue