]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
authorJeremy Kloth <jeremy.kloth@gmail.com>
Wed, 6 Mar 2019 16:54:12 +0000 (09:54 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 6 Mar 2019 16:54:12 +0000 (17:54 +0100)
commitedad38e3e05586ba58291f47756eb3fb808f5577
treee1bea68986436fb14e4c194b70f387a62619ff1d
parentbb9593af0ac835b93c2834d44b72fa34e30efed0
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)

Change PyDTrace_GC_DONE() argument type from int to Py_ssize_t.
Include/pydtrace.h