home.social

#freethreading — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #freethreading, aggregated by home.social.

  1. A GIL finalmente saiu do caminho.

    O Python 3.14 torna a build free-threaded oficialmente suportada — não mais experimental. Threads CPU-bound que antes brigavam pelo mesmo core agora escalam de verdade.

    Escrevi sobre o que muda na prática, como instalar em cada distro e o que você não pode mais assumir sobre thread safety:

    riverfount.dev.br/posts/python

    #python #freethreading #gil #cpython

  2. [Перевод] Python 3.14 без GIL: что это значит для веб-разработки

    Команда Python for Devs подготовила перевод статьи о том, как "free-threaded" Python меняет правила игры для веб-сервисов. Автор сравнивает Python 3.14 с GIL и без него на реальных ASGI и WSGI приложениях — и приходит к неожиданному выводу: несмотря на локальные просадки в производительности, "free-threaded" Python уже сейчас может упростить масштабирование и снизить накладные расходы.

    habr.com/ru/articles/967244/

    #Python #GIL #freethreading #вебсервисы #ASGI #WSGI #производительность #конкурентность #Granian #FastAPI

  3. There are on-going efforts to make Python free-threaded to eventually get rid of the GIL.
    I'm curious and will follow the further progress. This would make the language and runtime even better than it is already.

    For the current state, see https://pyfound.blogspot.com/2025/06/python-language-summit-2025-state-of-free-threaded-python.html.

    #Python #FreeThreading #GIL