ericsnowcurrently / multi-core-python

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

feature: support pymalloc for subinterpreters. each subinterpreter has pymalloc_state #73

Closed JunyiXie closed 3 years ago

JunyiXie commented 3 years ago
JunyiXie commented 3 years ago

I found a bug PyInterpreterState_New use thread tstate before set. https://github.com/python/cpython/pull/24636