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 9a925e6 commit 16073a0Copy full SHA for 16073a0
1 file changed
Python/context.c
@@ -1361,7 +1361,7 @@ PyStatus
1361
_PyContext_Init(PyInterpreterState *interp)
1362
{
1363
PyObject *missing = get_token_missing();
1364
- assert(PyUnstable_IsImmortal(missing));
+ assert(PyUnstable_IsImmortal(missing));
1365
if (PyDict_SetItemString(
1366
_PyType_GetDict(&PyContextToken_Type), "MISSING", missing))
1367
0 commit comments