Thanks to visit codestin.com Credit goes to github.com
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 519bee4 commit 2a820e2Copy full SHA for 2a820e2
2 files changed
Python/crossinterp.c
@@ -3185,7 +3185,7 @@ _PyXI_InitTypes(PyInterpreterState *interp)
3185
"failed to initialize the cross-interpreter exception types");
3186
}
3187
// We would initialize heap types here too but that leads to ref leaks.
3188
- // Instead, we intialize them in _PyXI_Init().
+ // Instead, we initialize them in _PyXI_Init().
3189
return _PyStatus_OK();
3190
3191
Python/qsbr.c
@@ -57,7 +57,7 @@ qsbr_allocate(struct _qsbr_shared *shared)
57
return qsbr;
58
59
60
-// Initialize (or reintialize) the freelist of QSBR thread states
+// Initialize (or reinitialize) the freelist of QSBR thread states
61
static void
62
initialize_new_array(struct _qsbr_shared *shared)
63
{
0 commit comments