]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)
authorVictor Stinner <vstinner@python.org>
Mon, 22 Jun 2020 16:02:49 +0000 (18:02 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 16:02:49 +0000 (18:02 +0200)
commitc96d00e88ead8f99bb6aa1357928ac4545d9287c
treeb538fb0f20c9e7a4aebea673ec6fed704843275a
parent1937edd376274cb26090d71253191502a9de32d6
bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)

Add pycore_object.h include to fix bltinmodule.c when Py_TRACE_REFS
macro is defined.
Python/bltinmodule.c