mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
PyGC_Dump() -> _PyGC_Dump()
This commit is contained in:
parent
10418eb80f
commit
430d773f55
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ typedef struct _gc_head {
|
||||||
/* Get the object given the PyGC_Head */
|
/* Get the object given the PyGC_Head */
|
||||||
#define PyObject_FROM_GC(g) ((PyObject *)(((PyGC_Head *)g)+1))
|
#define PyObject_FROM_GC(g) ((PyObject *)(((PyGC_Head *)g)+1))
|
||||||
|
|
||||||
extern DL_IMPORT(void) PyGC_Dump(PyGC_Head *);
|
extern DL_IMPORT(void) _PyGC_Dump(PyGC_Head *);
|
||||||
|
|
||||||
#endif /* WITH_CYCLE_GC */
|
#endif /* WITH_CYCLE_GC */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue