gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
We also add PyInterpreterState.ceval.own_gil to record if the interpreter actually has its own GIL. Note that for now we don't actually respect own_gil; all interpreters still share the one GIL. However, PyInterpreterState.ceval.own_gil does reflect PyInterpreterConfig.own_gil. That lie is a temporary one that we will fix when the GIL really becomes per-interpreter.
E
Eric Snow committed
f3e7eb48f86057919c347f56dabf417acfd55845
Parent: 66558d2
Committed by GitHub <noreply@github.com>
on 5/5/2023, 9:59:20 PM