commit | 1c4cbdf94dbb4a6ac1093d2fa7a75efa802b25bc | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Apr 13 11:45:21 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 13 11:45:21 2020 +0200 |
tree | e83ac1dbc56e942701d0ac73ce722a90ddedfa22 | |
parent | 0135598d729d01f35ce08d47160adaa095a6149f [diff] |
bpo-40268: Add pycore_runtime.h header file (GH-19493) Move PyRuntimeState from pycore_pystate.h to pycore_runtime.h. Remove _PyGILState_check_enabled macro: access directly _PyRuntime.gilstate.check_enabled.