8000 update comment · python/cpython@0729778 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0729778

Browse files
update comment
1 parent 5394cdd commit 0729778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ctx_frame_pop(
226226
}
227227

228228

229-
// Steals a reference to const_val
229+
// Takes a borrowed reference to const_val, turns that into a strong reference.
230230
static _Py_UOpsSymType*
231231
_Py_UOpsSymType_New(_Py_UOpsAbstractInterpContext *ctx,
232232
PyObject *const_val)

0 commit comments

Comments
 (0)
0