colesbury / nogil-3.12

Multithreaded Python without the GIL (experimental rebase on 3.12)
Other
143 stars 7 forks source link

Install nogil with pyenv on Linux #7

Open SmartAudioTools opened 1 year ago

SmartAudioTools commented 1 year ago

Hi, would it be possible to make nogil 3.12 installable with pyenv, as it was possible with python 3.9 nogil ? it would be great to be able to try it out more easily.

colesbury commented 1 year ago

Hi Baptiste, I'm not planning on adding pyenv support for nogil-3.12. If PEP 703 is accepted, then I'll work on getting these changes into the Python 3.13 release and will work to make sure that those work with pyenv.

SmartAudioTools commented 1 year ago

Ok, i understand that the priority is to integrate it into python 3.13 and that all efforts must be put into that. but maybe you have some info on how to integrate it ourselves into pyenv .