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 bea99f9 commit 591c6e4Copy full SHA for 591c6e4
Python/instrumentation.c
@@ -2559,7 +2559,7 @@ PyObject *_Py_CreateMonitoringObject(void)
2559
if (err) goto error;
2560
PyObject *val = PyLong_FromLong(PY_MONITORING_DEBUGGER_ID);
2561
assert(val != NULL); /* Regression test for PyLong_FromLong which can return
2562
- NULL in the general case. But now it can't return
+ NULL in the general case. But now it can't return
2563
NULL for arguments of small int type. */
2564
err = PyObject_SetAttrString(mod, "DEBUGGER_ID", val);
2565
Py_DECREF(val);
0 commit comments