[Python-checkins] bpo-36465: Update doc of init_config.rst (GH-18520)

Hai Shi webhook-mailer at python.org
Mon Feb 17 04:18:27 EST 2020


https://github.com/python/cpython/commit/a7847590f07655e794d7c62130aea245a110acef
commit: a7847590f07655e794d7c62130aea245a110acef
branch: master
author: Hai Shi <shihai1992 at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-02-17T10:18:19+01:00
summary:

bpo-36465: Update doc of init_config.rst (GH-18520)

files:
M Doc/c-api/init_config.rst

diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst
index c589a6fe3f0ab..a226814de805c 100644
--- a/Doc/c-api/init_config.rst
+++ b/Doc/c-api/init_config.rst
@@ -472,7 +472,7 @@ PyConfig
 
       If non-zero, dump all objects which are still alive at exit.
 
-      Require a debug build of Python (``Py_REF_DEBUG`` macro must be defined).
+      ``Py_TRACE_REFS`` macro must be defined in build.
 
    .. c:member:: wchar_t* exec_prefix
 



More information about the Python-checkins mailing list