mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
commit
83000a490a
16 changed files with 19 additions and 19 deletions
|
|
@ -101,7 +101,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;
|
||||
|
|
|
|||
|
|
@ -14944,7 +14944,7 @@ os_sysconf_impl(PyModuleDef *module, int name)
|
|||
|
||||
|
||||
/* This code is used to ensure that the tables of configuration value names
|
||||
* are in sorted order as required by conv_confname(), and also to build the
|
||||
* are in sorted order as required by conv_confname(), and also to build
|
||||
* the exported dictionaries that are used to publish information about the
|
||||
* names available on the host platform.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue