bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472) · python/cpython@80580f5 (original) (raw)

Original file line number Diff line number Diff line change
@@ -1377,10 +1377,6 @@ Porting to Python 3.9
1377 1377 becomes an alias to the :c:func:`PyObject_NewVar` macro. They no longer
1378 1378 access directly the :c:member:`PyTypeObject.tp_basicsize` member.
1379 1379
1380 - * :c:func:`PyType_HasFeature` now always calls :c:func:`PyType_GetFlags`.
1381 - Previously, it accessed directly the :c:member:`PyTypeObject.tp_flags`
1382 - member when the limited C API was not used.
1383 -
1384 1380 * :c:func:`PyObject_GET_WEAKREFS_LISTPTR` macro was converted to a function:
1385 1381 the macro accessed directly the :c:member:`PyTypeObject.tp_weaklistoffset`
1386 1382 member.