Skip to content

Commit 7576534

Browse files
authored
bpo-42519: Remove outdated sentence in comment (#112822)
Update objimpl.h
1 parent 9c3458e commit 7576534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/objimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Functions and macros for modules that implement new object types.
3535
fields, this also fills in the ob_size field.
3636
3737
- 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.
38+
run a destructor -- it only frees the memory.
3939
4040
- PyObject_Init(op, typeobj) and PyObject_InitVar(op, typeobj, n) don't
4141
allocate memory. Instead of a 'type' parameter, they take a pointer to a

0 commit comments

Comments
 (0)