diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-27 15:44:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 15:44:32 (GMT) |
commit | 983305268e2291b0a7835621b81bf40cba7c27f3 (patch) | |
tree | 118880ed97fdd95ec3d0eb31c603c6d1ba9781cc /Doc/c-api/memory.rst | |
parent | ac7a0f858a8d0c6ca2e64bb880fca40e229d267a (diff) | |
download | cpython-983305268e2291b0a7835621b81bf40cba7c27f3.zip cpython-983305268e2291b0a7835621b81bf40cba7c27f3.tar.gz cpython-983305268e2291b0a7835621b81bf40cba7c27f3.tar.bz2 |
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Diffstat (limited to 'Doc/c-api/memory.rst')
-rw-r--r-- | Doc/c-api/memory.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index c51aba3..8968b26 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -431,6 +431,8 @@ Customize Memory Allocators Enum used to identify an allocator domain. Domains: + .. c:namespace:: NULL + .. c:macro:: PYMEM_DOMAIN_RAW Functions: |