PEP 703 – Making the Global Interpreter Lock Optional in CPython

https://peps.python.org/pep-0703/

This is yet another attempt at reducing (or eliminating) the performance impact of the GIL on concurrency.

Lots of existing discussion here: https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional/22606

What are people's thoughts? I like the idea, but am concerned that it may fracture python development in the short term.

11 points · 1 comments · view on lemmy.world

1 Comments

bitcrafter@lemmy.sdf.org · 1 pts · 3y

In what way do you think it would feature python development?