cpython/Misc/NEWS.d/next
Collin Funk b8f55266bf
gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487)
Previously the module would fail to load because the `alloca()` symbol
was undefined. Now we check for GCC/Clang builtins for systems who do
not define `alloca()` in headers.
2025-05-23 13:11:04 +02:00
..
Build gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487) 2025-05-23 13:11:04 +02:00
C_API gh-131185: Use a proper thread-local for cached thread states (gh-132510) 2025-05-21 07:01:25 -06:00
Core_and_Builtins GH-130397: remove special-casing of C stack depth for WASI (#134469) 2025-05-22 14:08:44 -07:00
Documentation Python 3.14.0b1 2025-05-06 18:33:52 +03:00
IDLE Python 3.14.0b1 2025-05-06 18:33:52 +03:00
Library gh-134451: Converted asyncio.tools.CycleFoundException from dataclass to a regular exception type. (#134513) 2025-05-23 05:15:21 +00:00
macOS Python 3.14.0a7 2025-04-08 14:20:51 +03:00
Security gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) 2025-05-12 20:42:23 +03:00
Tests gh-133744: Fix multiprocessing interrupt test: add an event (#133746) 2025-05-12 11:10:48 +02:00
Tools-Demos gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267) 2025-05-20 22:26:48 +02:00
Windows GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313) 2025-05-20 22:21:25 +01:00