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

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