From: Kevin Adler Date: Fri, 30 Nov 2018 07:42:47 +0000 (-0600) Subject: Fix typo in Memory Management doc. (GH-10798) X-Git-Tag: v3.8.0a1~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40700439195a119878150f4f0d425c42ca957ef;p=thirdparty%2FPython%2Fcpython.git Fix typo in Memory Management doc. (GH-10798) --- diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 9f7b13c14729..b79b7e49b67e 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc`` Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc`` -Release build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug +Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug =============================== ==================== ================== ===================== ==================== Legend: