_PyTrash_begin
and _PyTrash_end
do not have implementation
#128910
Labels
_PyTrash_begin
and _PyTrash_end
do not have implementation
#128910
We only have this left for
_PyTrash_begin
and_PyTrash_end
:Source:
cpython/Include/cpython/object.h
Lines 478 to 481 in 313b96e
They don't even have implementations. Looks like that they used to be called from
Py_TRASHCAN_BEGIN
andPy_TRASHCAN_END
in 3.9:cpython/Include/cpython/object.h
Lines 520 to 545 in 340a82d
But, they are unused since #117763 in ~3.11
What should we do?
void
, it would be hard to do)CC @markshannon @vstinner
Linked PRs
_PyTrash_begin
and_PyTrash_end
C-API functions #128919The text was updated successfully, but these errors were encountered: