mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Doc: fix typos, patch written by Stefan Behnel
This commit is contained in:
parent
ee6471ec90
commit
9b46a57302
3 changed files with 6 additions and 6 deletions
|
|
@ -363,7 +363,7 @@ Customize Memory Allocators
|
|||
This function now also works on Python compiled in release mode.
|
||||
On error, the debug hooks now use :mod:`tracemalloc` to get the traceback
|
||||
where a memory block was allocated. The debug hooks now also check
|
||||
if the GIL is hold when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
|
||||
if the GIL is held when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
|
||||
:c:data:`PYMEM_DOMAIN_MEM` domains are called.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue