cpython/Misc/NEWS.d/next
Victor Stinner 49f51deeef
gh-120688: Build WASI with -O3 in debug mode (#120691)
On WASI in debug mode, Python is now built with compiler flag -O3
instead of -Og, to support more recursive calls.
2024-06-18 19:35:44 +02:00
..
Build gh-120688: Build WASI with -O3 in debug mode (#120691) 2024-06-18 19:35:44 +02:00
C API gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601) 2024-06-18 14:28:48 +00:00
Core and Builtins GH-120507: Lower the BEFORE_WITH and BEFORE_ASYNC_WITH instructions. (#120640) 2024-06-18 12:17:46 +01:00
Documentation gh-119574: Add some missing environment variables to '--help-env'. (GH-120006) 2024-06-18 17:12:58 +00:00
IDLE Python 3.13.0b1 2024-05-08 11:21:00 +02:00
Library gh-120381: Fix inspect.ismethoddescriptor() (#120383) 2024-06-18 12:19:43 +00:00
macOS Python 3.13.0b1 2024-05-08 11:21:00 +02:00
Security gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (GH-118800) 2024-05-09 17:43:21 +01:00
Tests gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00
Tools-Demos Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Windows gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) 2024-06-03 15:42:45 +01:00