#python314 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #python314, aggregated by home.social.
-
Reverting the incremental GC in Python 3.14 and 3.15
https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
#HackerNews #Python #GC #Incremental #Reversion #Python314 #Python315 #DeveloperNews
-
Reverting the incremental GC in Python 3.14 and 3.15
https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
#HackerNews #Python #GC #Incremental #Reversion #Python314 #Python315 #DeveloperNews
-
Reverting the incremental GC in Python 3.14 and 3.15
https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
#HackerNews #Python #GC #Incremental #Reversion #Python314 #Python315 #DeveloperNews
-
Reverting the incremental GC in Python 3.14 and 3.15
https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
#HackerNews #Python #GC #Incremental #Reversion #Python314 #Python315 #DeveloperNews
-
Reverting the incremental GC in Python 3.14 and 3.15
https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
#HackerNews #Python #GC #Incremental #Reversion #Python314 #Python315 #DeveloperNews
-
New releases!
🐍 #Python 3.15.0a8!
🐍 Python 3.14.4!
🐍 Python 3.13.13!
🖼️ Pillow 12.2.0!https://blog.python.org/2026/04/python-3150a8-3144-31313/
https://pillow.readthedocs.io/en/latest/releasenotes/12.2.0.html⚠️ Final 3.15 alpha: only 4 weeks until the feature freeze! 🧊
New in this alpha:
🧵 PEP 803: “abi3t”: Stable ABI for free-threaded builds
🪟 Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-windows-tail-calling-interpreter
🦋 REPL: colour tab completion with fancycompleter -
Would you like to read a year (and a bit) of the "And now for something completely different" bits from the Python 3.14 release notes collected into a single page? Great, here you go!
https://hugovk.dev/blog/2025/and-now/
#Python #Python314 #pi #pie #π #AndNowForSomethingCompletelyDifferent
-
Все главные нововведения Python 3.14: от JIT до инструментов отладки
Представьте: ваш Python-код работает на 30% быстрее благодаря JIT-компиляции, обработка запросов масштабируется на все ядра процессора без ограничений GIL, а отладка высоконагруженных систем происходит в реальном времени, без остановки продакшена. Это не футуристический сценарий “what-if” — это реальность Python 3.14, релиза, который переосмысливает саму природу разработки с высокой производительностью на Python.
https://habr.com/ru/companies/axenix/articles/970806/
#python #python314 #многопоточность #нововведения #gil #jit #отладка #zero_overhead #интерпритатор #interpreter
-
Released version 1.8.0 of Vermin with Python 3.14 support! 200 new rules and template string literals detection.
https://github.com/netromdk/vermin/releases/tag/v1.8.0
https://pypi.org/project/vermin/
#vermin #python #python314 #python3 #dev #programming #analysis #version #release #changelog
-
Dew Drop – October 30, 2025 (#4530)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/10/30/dew-drop-october-30-2025-4530/
-
Python 3.14 is here. How fast is it?
https://blog.miguelgrinberg.com/post/python-3-14-is-here-how-fast-is-it
#HackerNews #Python314 #PythonPerformance #CodingNews #TechUpdates #PythonDevelopment
-
Just released! 🚀
flake8-implicit-str-concat 0.6.0
A Flake8 plugin to identify those unjoined strings that a first Black run leaves behind:
"111111111111111111111" "222222222222222222222"I hear there's another big release tomorrow? This release adds support for Python 3.14 and for once code changes were needed due to AST deprecation removals.
Also drop support for almost-very-nearly-EOL Python 3.9.
https://github.com/flake8-implicit-str-concat/flake8-implicit-str-concat/releases/tag/0.6.0
#Python #flake8 #release #Python314 #Python39 -
🥧🪵🔒 The branch is locked and first release candidate of Python 3.14 is being built!
https://discuss.python.org/t/the-3-14-branch-is-locked-for-rc1/99720
#Python #Python314 #release #ReleaseCandidate #RC1 -
Python 3.14 will officially support free-threading
https://docs.python.org/3.14/whatsnew/3.14.html#pep-779-free-threaded-python-is-officially-supported
#HackerNews #Python314 #FreeThreading #Programming #News #PythonDevelopment #PEP779
-
Just released: Python 3.14.0 beta 3! 🚀🐍
🥧 All the good stuff of b2 but also:
🥧 Free-threaded Python is officially supported! (PEP 779)
🥧 Subinterpreters in the stdlib! (PEP 734)
Do you maintain a Python package? Please test 3.14.
If you find a bug now, we can fix it before October, which helps everyone. And you might find some places in your code to update as well, which helps you.
https://discuss.python.org/t/python-3-14-0-beta-3-is-here/95843?u=hugovk
#Python #CPython #Python314 #release #PEP779 #PEP734 #FreeThreaded #subinterpreters
-
@sirosen @ancoghlan @brianokken
Yes, let's test our projects with free-threaded in CI! Here's how to do it with GitHub Actions:
https://hugovk.dev/blog/2025/free-threaded-python-on-github-actions/
And see https://py-free-threading.github.io for more guides.
#PEP779 #Python #Python314
#FreeThreaded #CI #GitHub #GitHubActions -
Exciting news!
PEP 779 ("Criteria for supported status for free-threaded Python") has been accepted, which means free-threaded Python is now a supported build!
We'll drop the "experimental" label already in 3.14 beta 3, due on Tuesday!
-
Less than one week to:
🥧 Python 3.14 beta! This marks the feature freeze, when we stop adding ~~bugs~~ features and begin a five-month stabilisation period, where we need you to start testing and reporting bugs.
https://peps.python.org/pep-0745/
🕒 Forget 3.14 (please don't, please test), Python 3.15 development begins! Check out the freshly published release PEP (where I make a commitment to release until 2031...):
https://peps.python.org/pep-0790/
#Python #Python314 #PEP745 #Python315 #PEP790 #PEPs #release