cpython

Tag

Cards List
#cpython

Python 3.15's Ultra-Low Overhead Interpreter Profiling Mode – Ken Jin's Blog

Hacker News Top · 2026-07-15 Cached

Ken Jin's blog describes Python 3.15's new ultra-low overhead interpreter profiling mode that uses dual dispatch tables to enable efficient trace recording for the JIT compiler, reducing slowdown compared to previous approaches.

0 favorites 0 likes
#cpython

What Every Python Developer Should Know About the CPython ABI

Lobsters Hottest · 2026-07-10

This article covers essential knowledge for Python developers about the CPython Application Binary Interface (ABI), including its implications for extension modules and compatibility.

0 favorites 0 likes
#cpython

Free-threaded Python: past, present, and future

Lobsters Hottest · 2026-06-25 Cached

Thomas Wouters gives a talk at PyCon US 2026 on the past, present, and future of free-threaded Python, which removes the global interpreter lock (GIL) to allow parallel thread execution.

0 favorites 0 likes
#cpython

Python 3.14 garbage collection rigamarole

Hacker News Top · 2026-06-12 Cached

Python 3.14 introduced an incremental garbage collector that was later reverted in 3.14.5 due to memory pressure reports. This article explains the changes, their impact, and the controversy around the revert.

0 favorites 0 likes
#cpython

PyTexas 2026 Recap

Lobsters Hottest · 2026-04-20 Cached

PyTexas 2026 (April 17-19, Austin) featured talks on AI agents, code quality, CPython performance improvements, and security. Key themes included deliberate design, agents writing code rather than deciding what to write, and code quality as essential for AI productivity.

0 favorites 0 likes
← Back to home

Submit Feedback