cpython/Misc/NEWS.d/next/C API/2023-06-09-19-16-57.gh-issu...

6 lines
318 B
ReStructuredText
Raw Normal View History

We've renamed the new (in 3.12) ``PyInterpreterConfig.own_gil`` to
``PyInterpreterConfig.gil`` and changed the meaning of the value from "bool"
to an integer with supported values of ``PyInterpreterConfig_DEFAULT_GIL``,
``PyInterpreterConfig_SHARED_GIL``, and ``PyInterpreterConfig_OWN_GIL``. The
default is "shared".