veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

208
active users

#freethreaded

0 posts0 participants0 posts today

🧵🛞 I made a thing!

hugovk.github.io/free-threaded tracks how many of the top 360 PyPI packages have free-threaded wheels.

🟢 Green packages (currently 3%) offer has free-threaded wheels

⚪ Uncoloured packages (82%) offer pure-Python wheels

🟠 Orange packages (16%) have no wheels ready for free-threading (yet!)

See also Quansight Labs' py-free-threading.github.io/tr for a smaller yet fine-grained tracker that also includes build tools.

🐍🧪 Python 3.13.0 is due out in October 2024 and work is underway to implement *experimental support* for PEP 703 "Making the Global Interpreter Lock Optional in CPython".

As the Steering Council noted in their acceptance of the PEP, to succeed it's important to have community support.

I wrote a little guide on how you can help test out the beta in your project, and help us find bugs in CPython:

dev.to/hugovk/help-us-test-fre
#python #CPython #python313 #PEP703 #FreeThreaded
#JustDontCallItNoGIL

DEV CommunityHelp us test free-threaded Python without the GILPython 3.13 is due out in October 2024 and work is underway to implement experimental support for PEP...