this post was submitted on 09 Apr 2025
49 points (100.0% liked)

Python

6995 readers
3 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 4 days ago (2 children)

I've been playing around with the free-threaded build of 3.13 and it seems pretty stable with the standard library at least. Most of what I've read suggests the only problems have been with 3rd party libraries that make unsafe assumptions about the GIL being around. But I've tried it out with my own production code and it's been rock solid and performant (at least by Python standards).

[–] [email protected] 2 points 4 days ago

Have you tried it with gunicorn?

[–] [email protected] 1 points 4 days ago

That's encouraging!