Python 3.13, GIL and the future #5061
alexandernst
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that Python 3.13 has been released and the GIL is no more (ok, behind a flag, but still, you get the point), what will happen with PyPy's GIL? Does PyPy's eventual adoption of 3.13 means that the GIL will also be removed?
PD: I saw https://doc.pypy.org/en/latest/faq.html#does-pypy-have-a-gil-why but I feel like this text is outdated, given the latest developments in CPython
Beta Was this translation helpful? Give feedback.
All reactions