this post was submitted on 16 Jun 2023
1 points (100.0% liked)

Python

6239 readers
41 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

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.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here