Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e9461 commit 9344b14Copy full SHA for 9344b14
1 file changed
Misc/NEWS
@@ -127,6 +127,11 @@ Build
127
128
C API
129
130
+- The type of tp_free has been changed from "void (*)(PyObject *)" to
131
+ "void (*)(void *)".
132
+
133
+- PyObject_Del, PyObject_GC_Del are now functions instead of macros.
134
135
- A type can now inherit its metatype from its base type. Previously,
136
when PyType_Ready() was called, if ob_type was found to be NULL, it
137
was always set to &PyType_Type; now it is set to base->ob_type,
0 commit comments