ericsnowcurrently / multi-core-python

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

Move hash randomisation initialisation out of Python/random.c #42

Closed ericsnowcurrently closed 5 years ago

ericsnowcurrently commented 6 years ago

https://bugs.python.org/issue29120

LewisGaul commented 5 years ago

The linked bpo issue is resolved - should this be closed?

ericsnowcurrently commented 5 years ago

Good catch. I'm not sure why I even created this issue in the first place. :)