Posts
Introducing Immortal Objects for Python
Instagram has introduced Immortal Objects – PEP-683 – to Python. Now, objects can bypass reference count checks and live throughout the entire execution of the runtime, unlocking exciting avenues...
https://engineering.fb.com/2023/08/15/developer-tools/immortal-objects-for-python-instagram-meta/Open linkView original on kbin.socialPEP 703 Accepted (Making the Global Interpreter Lock Optional in CPython)
Posting for the whole Steering Council, on the subject of @colesbury’s PEP 703 (Making the Global Interpreter Lock Optional in CPython). Thank you, everyone, for responding to the poll on the no-GIL proposal. It’s clear that the overall sentiment is positive, both for the general idea and for PEP 703 specifically. The Steering Council is also largely positive on both. We intend to accept PEP 703, although we’re still working on the acceptance details.
https://discuss.python.org/t/a-steering-council-notice-about-pep-703-making-the-global-interpreter-lock-optional-in-cpython/30474Open linkView original on kbin.socialAnnouncing the 2023 PSF Board Election Results!
Congratulations to the five new Board members-elect!
Cheuk Ting Ho
Denny Perez
Georgi Ker
Christopher Neugebauer
KwonHan Bae
PEP 594 has been implemented: Python 3.13 removes 20 stdlib modules
20 standard library modules are being removed in 3.13 as stipulated in PEP 594, so called "dead batteries".
Plans for Python 3.13 (faster cpython)
The plan for 3.13 is similar to early plans for 3.12.
Python GUIs — A website focused on only python GUIs
Learn how to Create Python GUIs with Python & PyQt.