mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
This commit is contained in:
parent
50dd1f7dd6
commit
6a7b3a77b4
64 changed files with 88 additions and 87 deletions
|
|
@ -519,7 +519,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