mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
parent
b491e0521f
commit
56a6d855e2
16 changed files with 19 additions and 19 deletions
|
@ -104,7 +104,7 @@ static size_t tracemalloc_traced_memory = 0;
|
|||
Protected by TABLES_LOCK(). */
|
||||
static size_t tracemalloc_peak_traced_memory = 0;
|
||||
|
||||
/* Hash table used as a set to to intern filenames:
|
||||
/* Hash table used as a set to intern filenames:
|
||||
PyObject* => PyObject*.
|
||||
Protected by the GIL */
|
||||
static _Py_hashtable_t *tracemalloc_filenames = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue