#cpython

[ follow ]
Software development
fromAntocuni
1 week ago

Tracing JITs in the real world @ CPython Core Dev Sprint

Work on CPython aims to evolve a safer native C API (PyNI), upstream colorful REPL completions, and improve JIT through PyPy-informed collaboration.
Python
fromThepythoncodingstack
1 month ago

When You No Longer Need That Object * Dealing With Garbage in Python

CPython automatically reclaims unused objects via garbage collection and calls __del__() as a finaliser just before object destruction.
#python
Python
fromQuansight
4 months ago

The first year of free-threaded Python

CPython 3.14.0b1 and PyCon 2025 signify advancements toward a free-threaded Python to utilize modern hardware more effectively.
[ Load more ]