Python 3.13.7 Release Notes

Python 3.13.7 was released on , as an expedited maintenance update for the 3.13 series . This patch specifically addresses a significant regression introduced in version 3.13.6, while continuing to support the major architectural shifts—like the experimental free-threaded mode and JIT compiler—that define the Python 3.13 lifecycle. Overview of Python 3.13.7

Enables threads to run concurrently on multiple CPU cores. python 3.13.7 release notes

Resolves a major issue ( gh-137583 ) introduced in version 3.13.6 where reading from a TLS-encrypted connection could cause the process to block indefinitely. Python 3