Skip to content

Commit

Permalink
Update _PyGC_VisitFrameStack comment
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Aug 15, 2024
1 parent 5b9176b commit 01af213
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Include/internal/pycore_gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ extern void _PyGC_ClearAllFreeLists(PyInterpreterState *interp);
extern void _Py_ScheduleGC(PyThreadState *tstate);
extern void _Py_RunGC(PyThreadState *tstate);


// Functions to clear generator frames
// GC visit callback for tracked interpreter frames
extern int _PyGC_VisitFrameStack(struct _PyInterpreterFrame *frame, visitproc visit, void *arg);

#ifdef __cplusplus
Expand Down

0 comments on commit 01af213

Please sign in to comment.