gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)

This commit is contained in:
Petr Viktorin 2024-05-06 18:59:36 +02:00 committed by GitHub
parent 3ed3bc379a
commit 417dd3aca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 21 additions and 21 deletions

View file

@ -634,7 +634,7 @@ state:
.. versionadded:: 3.9
.. c:function:: int PyModule_ExperimentalSetGIL(PyObject *module, void *gil)
.. c:function:: int PyUnstable_Module_SetGIL(PyObject *module, void *gil)
Indicate that *module* does or does not support running without the global
interpreter lock (GIL), using one of the values from