mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
GH-117760: Streamline the trashcan mechanism (GH-117763)
This commit is contained in:
parent
c917b3e8e1
commit
147cd0581e
5 changed files with 44 additions and 129 deletions
|
|
@ -615,7 +615,6 @@ _PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET(PyObject *op)
|
|||
return (PyWeakReference **)((char *)op + offset);
|
||||
}
|
||||
|
||||
|
||||
// Fast inlined version of PyObject_IS_GC()
|
||||
static inline int
|
||||
_PyObject_IS_GC(PyObject *obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue