Skip to content

Commit 16073a0

Browse files
committed
Update
1 parent 9a925e6 commit 16073a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ PyStatus
13611361
_PyContext_Init(PyInterpreterState *interp)
13621362
{
13631363
PyObject *missing = get_token_missing();
1364-
assert(PyUnstable_IsImmortal(missing));
1364+
assert(PyUnstable_IsImmortal(missing));
13651365
if (PyDict_SetItemString(
13661366
_PyType_GetDict(&PyContextToken_Type), "MISSING", missing))
13671367
{

0 commit comments

Comments
 (0)