39
Python 3.13, what didn't make the headlines
(www.bitecode.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
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.