]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43774: Enhance debug build documentation (GH-25712)
authorVictor Stinner <vstinner@python.org>
Thu, 29 Apr 2021 11:06:59 +0000 (13:06 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 11:06:59 +0000 (13:06 +0200)
commitabfd6388cdba376a72686df52a9a98b2d558271b
treef758fda83d1f8fc4e63de5779ee168dd959ab6cc
parent8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc
bpo-43774: Enhance debug build documentation (GH-25712)

* Add also references to --with-trace-refs option.
* Move _ob_next and _ob_prev at the end, since they don't exist by
  default and are related to debug.
Doc/c-api/intro.rst
Doc/c-api/typeobj.rst
Doc/using/configure.rst
Doc/whatsnew/3.8.rst