mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-33892: Doc: Use gender neutral words (GH-7770)
This commit is contained in:
parent
9d49f85064
commit
5092439c2c
8 changed files with 20 additions and 20 deletions
|
@ -35,7 +35,7 @@ operate within the bounds of the private heap.
|
|||
|
||||
It is important to understand that the management of the Python heap is
|
||||
performed by the interpreter itself and that the user has no control over it,
|
||||
even if she regularly manipulates object pointers to memory blocks inside that
|
||||
even if they regularly manipulate object pointers to memory blocks inside that
|
||||
heap. The allocation of heap space for Python objects and other internal
|
||||
buffers is performed on demand by the Python memory manager through the Python/C
|
||||
API functions listed in this document.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue