diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-02-17 09:18:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 09:18:19 (GMT) |
commit | a7847590f07655e794d7c62130aea245a110acef (patch) | |
tree | f51e171f702e0da30a62cfa63946abe032b841de | |
parent | b2b6e27bcab44e914d0a0b170e915d6f1604a76d (diff) | |
download | cpython-a7847590f07655e794d7c62130aea245a110acef.zip cpython-a7847590f07655e794d7c62130aea245a110acef.tar.gz cpython-a7847590f07655e794d7c62130aea245a110acef.tar.bz2 |
bpo-36465: Update doc of init_config.rst (GH-18520)
-rw-r--r-- | Doc/c-api/init_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index c589a6f..a226814 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 |