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

Python

6247 readers
88 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.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

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