]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42519: Remove outdated sentence in comment (#112822)
authorChristopher Chavez <chrischavez@gmx.us>
Thu, 7 Dec 2023 13:24:11 +0000 (07:24 -0600)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 13:24:11 +0000 (14:24 +0100)
Update objimpl.h

Include/objimpl.h

index 967e2776767756e276b1c79f0732071fbbfa6cbd..ff5fa7a8c1d3d8dc689065c41891bed0b9f3ebd5 100644 (file)
@@ -35,7 +35,7 @@ Functions and macros for modules that implement new object types.
    fields, this also fills in the ob_size field.
 
  - PyObject_Free(op) releases the memory allocated for an object.  It does not
-   run a destructor -- it only frees the memory.  PyObject_Free is identical.
+   run a destructor -- it only frees the memory.
 
  - PyObject_Init(op, typeobj) and PyObject_InitVar(op, typeobj, n) don't
    allocate memory.  Instead of a 'type' parameter, they take a pointer to a