ericsnowcurrently / multi-core-python

Enabling CPython multi-core parallelism via subinterpreters.
BSD 3-Clause "New" or "Revised" License
245 stars 6 forks source link

use thread-specific data tstate before key create . #74

Closed JunyiXie closed 3 years ago

JunyiXie commented 3 years ago

Someone can review this pull request? https://github.com/python/cpython/pull/24636

JunyiXie commented 3 years ago

@vstinner

encukou commented 3 years ago

https://github.com/python/cpython/pull/24819 is merged instead.