diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-02-03 06:14:25 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-02-03 06:14:25 (GMT) |
commit | 8d998f140e4a0d2319c8e1efbeb4582f7c0df60e (patch) | |
tree | ac9a59d69aa990163f84698e3f133abae1d98f09 /Doc | |
parent | a98fe02d735e7bfe369fc5ce6efb6c9d82adf3b7 (diff) | |
parent | b0478d738a30ca6a1a57e059156e7445612f2828 (diff) | |
download | cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.zip cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.tar.gz cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.tar.bz2 |
Merge tag 'v3.10.0a5'
Python 3.10.0a5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 0597ef7..588668e 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -96,7 +96,7 @@ Allocator Domains ================= All allocating functions belong to one of three different "domains" (see also -:c:type`PyMemAllocatorDomain`). These domains represent different allocation +:c:type:`PyMemAllocatorDomain`). These domains represent different allocation strategies and are optimized for different purposes. The specific details on how every domain allocates memory or what internal functions each domain calls is considered an implementation detail, but for debugging purposes a simplified |