commit | fcc60e40bbfe8a229b8b83f1d1ee77fd4bf870d1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jun 16 17:29:50 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 16 17:29:50 2020 +0200 |
tree | 3fbf0c0644220d965d5d8f53eae5108eb9989007 | |
parent | fc710ee266e9461fdba9933ec6004318db588820 [diff] |
bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915) Make the _PyTraceMalloc_NewReference() function fully internal: remove it from the public C API and don't export it anymore.