We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda9618 commit db58fc9Copy full SHA for db58fc9
Objects/typevarobject.c
@@ -156,7 +156,7 @@ static void
156
noextraitems_dealloc(PyObject *obj)
157
{
158
/* This should never get called, but we also don't want to SEGV if
159
- * we accidentally decref NoDefault out of existence. Instead,
+ * we accidentally decref NoExtraItems out of existence. Instead,
160
* since NoDefault is an immortal object, re-set the reference count.
161
*/
162
_Py_SetImmortal(obj);
0 commit comments