File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -1200,20 +1200,6 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1200
1200
set appropriately, or the code that interacts with such types
1201
1201
will behave differently depending on what kind of check is used.
1202
1202
1203
-
1204
- .. c :macro :: Py_TPFLAGS_HAVE_FINALIZE
1205
-
1206
- This bit is set when the :c:member: `~PyTypeObject.tp_finalize ` slot is present in the
1207
- type structure.
1208
-
1209
- .. versionadded :: 3.4
1210
-
1211
- .. deprecated :: 3.8
1212
- This flag isn't necessary anymore, as the interpreter assumes the
1213
- :c:member: `~PyTypeObject.tp_finalize ` slot is always present in the
1214
- type structure.
1215
-
1216
-
1217
1203
.. c :macro :: Py_TPFLAGS_HAVE_VECTORCALL
1218
1204
1219
1205
This bit is set when the class implements
@@ -2126,12 +2112,6 @@ and :c:data:`PyType_Type` effectively act as defaults.)
2126
2112
2127
2113
.. versionadded :: 3.4
2128
2114
2129
- .. versionchanged :: 3.8
2130
-
2131
- Before version 3.8 it was necessary to set the
2132
- :c:macro: `Py_TPFLAGS_HAVE_FINALIZE ` flags bit in order for this field to be
2133
- used. This is no longer required.
2134
-
2135
2115
.. seealso :: "Safe object finalization" (:pep:`442`)
2136
2116
2137
2117
You can’t perform that action at this time.
0 commit comments