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 018b2a1 commit 7ad129bCopy full SHA for 7ad129b
Python/uniqueid.c
@@ -203,7 +203,7 @@ _PyObject_FinalizeUniqueIdPool(PyInterpreterState *interp)
203
pool->freelist = next;
204
}
205
206
- // Now everything non-NULL is a object. Clear their unique ids case the
+ // Now everything non-NULL is a object. Clear their unique ids as the
207
// object outlives the interpreter.
208
for (Py_ssize_t i = 0; i < pool->size; i++) {
209
PyObject *obj = pool->table[i].obj;
0 commit comments