Skip to content

Commit db34b87

Browse files
Comment change
1 parent 14521a1 commit db34b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testinternalcapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ stackref_dup_borrowed_with_close(PyObject *self, PyObject *op)
25702570
_PyStackRef ref = PyStackRef_FromPyObjectBorrow(op);
25712571
// For no-GIL release build ref2 is equal to ref.
25722572
_PyStackRef ref2 = PyStackRef_DUP(ref);
2573-
// For release build closing borrowed ref is no-op.
2573+
// Closing borrowed ref is no-op.
25742574
PyStackRef_XCLOSE(ref);
25752575
PyObject *res = _PyStackRef_AsTuple(ref2, op);
25762576
PyStackRef_XCLOSE(ref2);

0 commit comments

Comments
 (0)