#cpython

[ follow ]
Python
fromTheregister
1 week ago

Rust edges toward CPython and older platforms won't like it

CPython maintainers propose integrating Rust gradually, starting with optional extensions and eventually requiring Rust across the CPython codebase.
Software development
fromAntocuni
2 months 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
3 months 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
fromQuansight
6 months ago

The first year of free-threaded Python

Support for free-threaded Python unlocks the full compute power of modern hardware, allowing for better parallel algorithms and performance with multicore CPUs and GPUs.
Python
[ Load more ]