PythonfromTheregister1 week agoRust edges toward CPython and older platforms won't like itCPython maintainers propose integrating Rust gradually, starting with optional extensions and eventually requiring Rust across the CPython codebase.
Software developmentfromAntocuni2 months agoTracing JITs in the real world @ CPython Core Dev SprintWork on CPython aims to evolve a safer native C API (PyNI), upstream colorful REPL completions, and improve JIT through PyPy-informed collaboration.
PythonfromThepythoncodingstack3 months agoWhen You No Longer Need That Object * Dealing With Garbage in PythonCPython automatically reclaims unused objects via garbage collection and calls __del__() as a finaliser just before object destruction.
fromThepythoncodingstack4 months agoPythonPython Backstage * Disassembling Python Code Using the `dis` Module
fromThepythoncodingstack4 months agoPythonPython Backstage * Disassembling Python Code Using the `dis` Module
fromQuansight6 months agoThe first year of free-threaded PythonSupport 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