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 93d6e49 commit 751641fCopy full SHA for 751641f
Include/objimpl.h
@@ -35,7 +35,7 @@ Functions and macros for modules that implement new object types.
35
fields, this also fills in the ob_size field.
36
37
- PyObject_Free(op) releases the memory allocated for an object. It does not
38
- run a destructor -- it only frees the memory. PyObject_Free is identical.
+ run a destructor -- it only frees the memory.
39
40
- PyObject_Init(op, typeobj) and PyObject_InitVar(op, typeobj, n) don't
41
allocate memory. Instead of a 'type' parameter, they take a pointer to a
0 commit comments