We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24af9a4 commit 99c7e98Copy full SHA for 99c7e98
Doc/whatsnew/3.9.rst
@@ -1378,10 +1378,6 @@ Porting to Python 3.9
1378
becomes an alias to the :c:func:`PyObject_NewVar` macro. They no longer
1379
access directly the :c:member:`PyTypeObject.tp_basicsize` member.
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
* :c:func:`PyObject_GET_WEAKREFS_LISTPTR` macro was converted to a function:
1386
the macro accessed directly the :c:member:`PyTypeObject.tp_weaklistoffset`
1387
member.
0 commit comments