mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Fix typos in comments (#120821)
This commit is contained in:
parent
8ac08f36fe
commit
0153fd0940
8 changed files with 10 additions and 10 deletions
|
|
@ -236,7 +236,7 @@ intern_constants(PyObject *tuple, int *modified)
|
|||
Py_DECREF(tmp);
|
||||
}
|
||||
|
||||
// Intern non-string consants in the free-threaded build, but only if
|
||||
// Intern non-string constants in the free-threaded build, but only if
|
||||
// we are also immortalizing objects that use deferred reference
|
||||
// counting.
|
||||
PyThreadState *tstate = PyThreadState_GET();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue