cpython/Misc/NEWS.d/next
Victor Stinner 0e2ac21dd4
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
This change partically reverts
commit ad3252bad9
and the commit fe2978b3b9.

Many third party C extension modules rely on the ability of using
Py_TYPE() to set an object type: "Py_TYPE(obj) = type;" or to set an
object type using: "Py_SIZE(obj) = size;".
2020-11-18 18:48:06 +01:00
..
Build bpo-40998: Address compiler warnings found by ubsan (GH-20929) 2020-11-18 07:38:53 -08:00
C API bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) 2020-11-18 18:48:06 +01:00
Core and Builtins bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267) 2020-11-17 19:30:14 +00:00
Documentation bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) 2020-11-15 21:02:35 -08:00
IDLE Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Library bpo-41713: Port _signal module to multi-phase init (GH-23355) 2020-11-17 23:28:25 +01:00
Security Python 3.10.0a2 2020-11-03 00:02:08 +00:00
Tests bpo-41561: skip test_min_max_version_mismatch (GH-22308) 2020-11-18 13:10:53 +01:00
Tools-Demos bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) 2020-11-10 01:50:45 +03:00
Windows bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) 2020-11-16 23:22:42 +00:00
macOS bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) 2020-11-08 10:05:27 +01:00