]> granicus.if.org Git - python/commit
Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Sep 2019 06:41:35 +0000 (23:41 -0700)
committerStéphane Wirtel <stephane@wirtel.be>
Thu, 19 Sep 2019 06:41:35 +0000 (08:41 +0200)
commit8d9efc4a2750e0512c0d2af27c70c3dea018a4e6
tree529a3afcd99520163899241500674df8bc2adc13
parent16eb6232c0ac86e2a0072b98f5add46ab7cb08c0
Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278)

The function return type is void, not int.
(cherry picked from commit d299b8b47d9dbea8fec2c2abcb6c32ad32f5f4d1)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Include/internal/pycore_pylifecycle.h