cpython/Misc/NEWS.d/next
Serhiy Storchaka b7688ef71e
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
PyObject_GetBuffer() now raises a SystemError if called with
PyBUF_READ or PyBUF_WRITE as flags. These flags should
only be used with the PyMemoryView_* C API.
2024-01-31 13:11:35 +02:00
..
Build Python 3.13.0a3 2024-01-17 13:14:40 +01:00
C API gh-114685: Check flags in PyObject_GetBuffer() (GH-114707) 2024-01-31 13:11:35 +02:00
Core and Builtins gh-112050: Adapt collections.deque to Argument Clinic (#113963) 2024-01-29 15:08:23 +00:00
Documentation gh-114123: Migrate docstring from _csv to csv (#114124) 2024-01-18 22:18:42 +00:00
IDLE gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227) 2024-01-18 04:39:12 +00:00
Library gh-109653: Speedup import of threading module (#114509) 2024-01-31 09:29:44 +00:00
macOS gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491) 2024-01-26 21:36:50 +01:00
Security Python 3.13.0a3 2024-01-17 13:14:40 +01:00
Tests Python 3.13.0a3 2024-01-17 13:14:40 +01:00
Tools-Demos Python 3.13.0a2 2023-11-22 12:20:24 +01:00
Windows gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358) 2024-01-25 00:23:28 +00:00