multi-core-python icon indicating copy to clipboard operation
multi-core-python copied to clipboard

per-interpreter: GIL (from ceval)

Open ericsnowcurrently opened this issue 7 years ago • 1 comments

[probably last thing to move]

blockers:

  • [ ] #33
  • [ ] #27
  • [x] #29
  • [ ] #30
  • [x] #31
  • [x] #28

ericsnowcurrently avatar Aug 24 '18 21:08 ericsnowcurrently

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"

vstinner avatar May 05 '20 12:05 vstinner