File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -469,12 +469,11 @@ passed as second argument to Py_TRASHCAN_BEGIN().
469469PyAPI_FUNC (int ) _PyTrash_begin (PyThreadState * tstate , PyObject * op );
470470PyAPI_FUNC (void ) _PyTrash_end (PyThreadState * tstate );
471471
472+ /* Python 3.13 private API, invoked by the Py_TRASHCAN_BEGIN(). */
472473PyAPI_FUNC (void ) _PyTrash_thread_deposit_object (PyThreadState * tstate , PyObject * op );
473474PyAPI_FUNC (void ) _PyTrash_thread_destroy_chain (PyThreadState * tstate );
474475
475476
476- /* Python 3.10 private API, invoked by the Py_TRASHCAN_BEGIN(). */
477-
478477/* To avoid raising recursion errors during dealloc trigger trashcan before we reach
479478 * recursion limit. To avoid trashing, we don't attempt to empty the trashcan until
480479 * we have headroom above the trigger limit */
You can’t perform that action at this time.
0 commit comments