8000 Typo · python/cpython@72d12fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 72d12fa

Browse files
Typo
1 parent cc2ece3 commit 72d12fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ _Py_NewReference(PyObject *op)
18251825
#ifdef Py_REF_DEBUG
18261826
_Py_RefTotal++;
18271827
#endif
1828-
/* Do not use Py_SET_REFCNT to skip the Immortal Reference check. This
1828+
/* Do not use Py_SET_REFCNT to skip the Immortal Instance check. This
18291829
* API guarantees that an instance will always be set to a refcnt of 1 */
18301830
op->ob_refcnt = 1;
18311831
#ifdef Py_TRACE_REFS

0 commit comments

Comments
 (0)
0