commit | 8d9efc4a2750e0512c0d2af27c70c3dea018a4e6 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 18 23:41:35 2019 -0700 |
committer | Stéphane Wirtel <stephane@wirtel.be> | Thu Sep 19 08:41:35 2019 +0200 |
tree | 529a3afcd99520163899241500674df8bc2adc13 | |
parent | 16eb6232c0ac86e2a0072b98f5add46ab7cb08c0 [diff] |
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>