#CPython

[ follow ]
#python
#cpython
Python
fromThepythoncodingstack
5 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
8 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 ]