commit | a5447735c334a041ee2ffdeb5c7e13d7d4502ea2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Oct 10 09:32:13 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 10 09:32:13 2019 +0200 |
tree | e8612be99a8cc5ab87d1c903c860f36c702dabe4 | |
parent | 09895c27cd8ff60563a794016e8c099bc897cc74 [diff] |
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.