#cpython

[ follow ]
Python
fromThepythoncodingstack
6 days 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
3 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 ]