colesbury / nogil

Multithreaded Python without the GIL
Other
2.9k stars 107 forks source link

Can pythonnet be added? #77

Open int2e opened 2 years ago

int2e commented 2 years ago

pip install pythonnet

https://github.com/pythonnet/pythonnet

thanks!

colesbury commented 2 years ago

No. Unfortunately, pythonnet doesn't support Python 3.9.

thedrow commented 2 years ago

pyproject.toml says they do.

thedrow commented 2 years ago

They also run tests in CI with Python 3.9.

danielhrisca commented 1 year ago

Pythonet 3.0 has been released with CPython support up to 3.11

colesbury commented 1 year ago

@danielhrisca, thanks for letting me know. Are you asking for a nogil compatible pre-built package? Otherwise, I will wait until some wants to use it before looking into how to build it.

danielhrisca commented 1 year ago

Hello Sam,

I'm following your work with the curiosity of a Python user wondering how the future of the language will be. I just happened to read the issue and wanted to give a notice about the newer release, so no request from my side.

Keep up the good work!