]> granicus.if.org Git - python/commit
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
authorVictor Stinner <vstinner@python.org>
Thu, 10 Oct 2019 07:32:13 +0000 (09:32 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 07:32:13 +0000 (09:32 +0200)
commita5447735c334a041ee2ffdeb5c7e13d7d4502ea2
treee8612be99a8cc5ab87d1c903c860f36c702dabe4
parent09895c27cd8ff60563a794016e8c099bc897cc74
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)

bpo-38392, bpo-38426: Fix a compiler warning in gcmodule.c.

Fix also a typo in PYMEM_DEADBYTE macro comment.
Include/internal/pycore_pymem.h
Modules/gcmodule.c