Skip to content

Commit

Permalink
Update object.h
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Bierma <[email protected]>
  • Loading branch information
koyuki7w and ZeroIntensity authored Jan 12, 2025
1 parent bc5f4dc commit 4423eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/cpython/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ passed as second argument to Py_TRASHCAN_BEGIN().
PyAPI_FUNC(int) _PyTrash_begin(PyThreadState *tstate, PyObject *op);
PyAPI_FUNC(void) _PyTrash_end(PyThreadState *tstate);

/* Python 3.13 private API, invoked by the Py_TRASHCAN_BEGIN(). */
/* Invoked by the Py_TRASHCAN_BEGIN(). */
PyAPI_FUNC(void) _PyTrash_thread_deposit_object(PyThreadState *tstate, PyObject *op);
PyAPI_FUNC(void) _PyTrash_thread_destroy_chain(PyThreadState *tstate);

Expand Down

0 comments on commit 4423eda

Please sign in to comment.