PEP 803: What abi3t Means for Python C Extension Authors
PEP 803 introduces abi3t — a stable ABI for free-threaded Python. What C extension authors must change and how to compile for both builds.
PEP 803 introduces abi3t — a stable ABI for free-threaded Python. What C extension authors must change and how to compile for both builds.
PEP 814 brings frozendict to Python 3.15 — built-in immutable, hashable dict. Usage, lru_cache patterns, and Migration from third-party packages.