Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 430d773

Browse files
committed
PyGC_Dump() -> _PyGC_Dump()
1 parent 10418eb commit 430d773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/objimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ typedef struct _gc_head {
262262
/* Get the object given the PyGC_Head */
263263
#define PyObject_FROM_GC(g) ((PyObject *)(((PyGC_Head *)g)+1))
264264

265-
extern DL_IMPORT(void) PyGC_Dump(PyGC_Head *);
265+
extern DL_IMPORT(void) _PyGC_Dump(PyGC_Head *);
266266

267267
#endif /* WITH_CYCLE_GC */
268268

0 commit comments

Comments
 (0)