[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9a8c1315c3041fdb85d091bb8dc92f0d9dcb1529 by Victor Stinner in branch 'master': bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) https://github.com/python/cpython/commit/9a8c1315c3041fdb85d091bb8dc92f0d9dcb1529 --

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +19115 pull_request: https://github.com/python/cpython/pull/19793 ___ Python tracker ___ __

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset bb4a585d903e7fe0a46ded8c2ee3f47435ad6a66 by Zackery Spytz in branch 'master': bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) https://github.com/python/cpython/commit/bb4a585d903e7fe0a46ded8c2ee3f47435ad6a66 --

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +19106 pull_request: https://github.com/python/cpython/pull/19783 ___ Python tracker ___

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
STINNER Victor added the comment: Note: I created this issue while working on bpo-40421, when I moved PyFrame_ClearFreeList() definition from Include/frameobject.h to Include/cpython/frameobject.h. -- ___ Python tracker

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset ae00a5a88534fd45939f86c12e038da9fa6f9ed6 by Victor Stinner in branch 'master': bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) https://github.com/python/cpython/commit/ae00a5a88534fd45939f86c12e038da9fa6f9ed6 --

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
STINNER Victor added the comment: Only PyTuple_ClearFreeList() was exported by PC/python3.def. -- ___ Python tracker ___ ___ Python

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +19089 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19769 ___ Python tracker ___ _

[issue40428] [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API)

2020-04-28 Thread STINNER Victor
Change by STINNER Victor : -- title: [C API] Remove PyTuple_ClearFreeList() function -> [C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API) ___ Python tracker

[issue40428] [C API] Remove PyTuple_ClearFreeList() function

2020-04-28 Thread STINNER Victor
Change by STINNER Victor : -- title: [C API] Move PyXXX_ClearFreeLists() functions to the internal C API -> [C API] Remove PyTuple_ClearFreeList() function ___ Python tracker