Trending

#NoGIL

Latest posts tagged with #NoGIL on Bluesky

Latest Top
Trending

Posts tagged #NoGIL

Video

Python 3.14 is going GIL-free—and the speed gains are wild.
In this short from Dev with Serdar, Serdar Yegulalp @syegulalp.bsky.social explains why no-GIL Python is a game changer.

Read more from Serdar: www.infoworld.com/article/3969...

#PythonDev #NoGIL #DevPerformance #DevwithSerdar

0 0 0 0
Post image

О чем на этот раз будет Python Day на Positive Hack Days 24 мая в рам...

habr.com/ru/companies/pt/articles...

#phdays #python #cpython #ast #nogil #vscode #ide #pygame #wasm

Event Attributes

0 0 0 0
Preview
Exploring Python 3.13: Hands-On with the GIL Disablement All code and resources for this post are available on GitHub. You can follow along by cloning the repository! For years, Python's Global Interpreter Lock (GIL) has been the bottleneck for CPU-bound t...

Python Without the GIL: How Much Faster Is It? 🚀

I explored and benchmarked Python 3.13 with and without the GIL. The results? Up to 2x faster multi-threading! 🔥

Check out my full analysis & benchmarks here: simonontech.hashnode.dev/exploring-py...

#python #NoGIL

1 0 0 0
❯ env UV_PYTHON_DOWNLOADS=true UV_PYTHON_PREFERENCE=only-managed \
      uv run -p 3.13t python -c 'import sysconfig; print(sysconfig.get_config_var("Py_GIL_DISABLED"))'
1

IOW: we can now have easy on-demand free-threaded Python builds

❯ env UV_PYTHON_DOWNLOADS=true UV_PYTHON_PREFERENCE=only-managed \ uv run -p 3.13t python -c 'import sysconfig; print(sysconfig.get_config_var("Py_GIL_DISABLED"))' 1 IOW: we can now have easy on-demand free-threaded Python builds

🤩

#Python #freeThreaded #noGIL

0 2 0 0
Preview
[request] support --disable-gil builds (PEP703) · Issue #1657 · pypa/cibuildwheel Description Please can you add support for building wheels for the --disable-gil version of CPython 3.13. Similar to debug builds (d), --disable-gil wheels will have an extra suffix (t). The ABI is...

🐍 #Python 📦 #packaging news. Looks like the latest release of `cibuildwheel` v2.19 now supports #freethreading #nogil 🎉 thanks to Henry³
github.com/pypa/cibuild...
#PyPA

2 0 0 0