ericsnowcurrently / multi-core-python

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

Avoid increment refcnt before creating its mutex. #59

Closed ericsnowcurrently closed 4 years ago

ericsnowcurrently commented 4 years ago

https://github.com/python/cpython/pull/13164

ericsnowcurrently commented 4 years ago

could not reproduce