this post was submitted on 25 Oct 2024
29 points (91.4% liked)

Python

6308 readers
61 users here now

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

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

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

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 9 hours ago

I've been playing around with the disabled GIL build and though I use threads fairly extensively in my projects, it's been smooth sailing so far. I feel like my GUI scripts might be a bit more responsive now? (I tend to farm out user events to dedicated threads, so this is entirely possible.)

But overall, everything is stable and awesome! I'm so excited! This has been a long time coming for Python.