Home
last modified time | relevance | path

Searched refs:weakrefs (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Modules/
Dgc_weakref.txt27 sounds, since other reachable weakrefs to other unreachable objects may
47 too, and they can do ordinary things with weakrefs that end up resurrecting
59 Clearing cyclic trash can call Python code. If there are weakrefs to
60 any of the cyclic trash, then those weakrefs can be used to resurrect
62 remove any weakrefs. If any of the weakrefs being removed have
64 of the weakrefs have been cleared.
68 below. We do clear all weakrefs to CT now before breaking cycles, but not
77 Before 2.3.3, Python's cyclic gc didn't pay any attention to weakrefs.
80 weakrefs in Python are designed to, at worst, let *other* objects learn
126 In 2.3.3, before breaking cycles, we first clear all the weakrefs with
[all …]
/third_party/boost/boost/python/object/
Dinstance.hpp25 PyObject* weakrefs; member
/third_party/boost/libs/python/src/object/
Dclass.cpp343 if (kill_me->weakrefs != NULL) in instance_dealloc()
413 {const_cast<char*>("__weakref__"), T_OBJECT, offsetof(instance<>, weakrefs), 0, 0},
443 offsetof(instance<>,weakrefs), /* tp_weaklistoffset */
/third_party/python/Misc/NEWS.d/
D3.9.0b1.rst404 :func:`functools.lru_cache` objects can now be the targets of weakrefs.
D3.6.1rc1.rst538 Fix weakrefs in the pure python version of collections.OrderedDict
D3.10.0a3.rst178 :class:`types.GenericAlias` objects can now be the targets of weakrefs.
D3.5.3rc1.rst459 Fix weakrefs in the pure python version of collections.OrderedDict
D3.9.0a1.rst312 Fix a bug due to the interaction of weakrefs and the cyclic garbage
313 collector. We must clear any weakrefs in garbage in order to prevent their
D3.5.0a1.rst2021 When an io.BufferedRWPair object is deallocated, clear its weakrefs.
/third_party/python/Doc/extending/
Dnewtypes.rst607 /* Clear weakrefs first before calling any destructors */
/third_party/python/Doc/library/
Dtest.rst564 that ``__del__`` methods may be called later than expected and weakrefs
/third_party/python/Doc/c-api/
Dtypeobj.rst2648 A type that supports weakrefs, instance dicts, and hashing::
/third_party/python/Misc/
DHISTORY1229 weakrefs.
19632 referenced objects. The cure was to clear all weakrefs to unreachable
20536 weakrefs with callbacks become part of cyclic garbage now, those
20537 weakrefs are cleared first. The callbacks don't trigger then,
/third_party/gstreamer/gstreamer/
DChangeLog75 Creating and destroying weakrefs takes a write lock on a global