multi-core-python
multi-core-python copied to clipboard
per-interpreter: GIL (from ceval)
[probably last thing to move]
blockers:
- [ ] #33
- [ ] #27
- [x] #29
- [ ] #30
- [x] #31
- [x] #28
I created two issues to track this upstream:
- https://bugs.python.org/issue40512: "Meta issue: per-interpreter GIL"
- https://bugs.python.org/issue40513: "Move _PyRuntimeState.ceval to PyInterpreterState"