cpython/Misc/NEWS.d/next
Victor Stinner 38aefc585f
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Convert the PyObject_GET_WEAKREFS_LISTPTR() macro to a function to
hide implementation details: the macro accessed directly to the
PyTypeObject.tp_weaklistoffset member.

Add _PyObject_GET_WEAKREFS_LISTPTR() static inline function to the
internal C API.
2020-04-06 14:07:02 +02:00
..
Build bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) 2020-04-03 21:03:54 +01:00
C API bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) 2020-04-06 14:07:02 +02:00
Core and Builtins bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344) 2020-04-04 21:24:16 +02:00
Documentation bpo-39879: Update datamodel docs to include dict ordering (GH-19006) 2020-03-26 09:54:04 -05:00
IDLE bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) 2020-04-03 23:05:58 -04:00
Library bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380) 2020-04-05 02:40:49 +02:00
Security bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) 2020-04-02 02:52:20 +02:00
Tests bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) 2020-04-03 03:03:59 +02:00
Tools-Demos bpo-40094: Fix which.py script exit code (GH-19286) 2020-04-02 03:42:47 +02:00
Windows bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) 2020-04-04 15:19:08 +01:00
macOS Python 3.9.0a5 2020-03-23 17:19:13 +01:00