mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
messages.
This commit is contained in:
commit
b6a9c9761c
68 changed files with 93 additions and 92 deletions
|
@ -719,7 +719,7 @@ tracemalloc_realloc(void *ctx, void *ptr, size_t new_size)
|
|||
the caller, because realloc() may already have shrinked the
|
||||
memory block and so removed bytes.
|
||||
|
||||
This case is very unlikely: an hash entry has just been
|
||||
This case is very unlikely: a hash entry has just been
|
||||
released, so the hash table should have at least one free entry.
|
||||
|
||||
The GIL and the table lock ensures that only one thread is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue