Searched refs:weakrefs (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Modules/ |
D | gc_weakref.txt | 27 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/ |
D | instance.hpp | 25 PyObject* weakrefs; member
|
/third_party/boost/libs/python/src/object/ |
D | class.cpp | 343 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/ |
D | 3.9.0b1.rst | 404 :func:`functools.lru_cache` objects can now be the targets of weakrefs.
|
D | 3.6.1rc1.rst | 538 Fix weakrefs in the pure python version of collections.OrderedDict
|
D | 3.10.0a3.rst | 178 :class:`types.GenericAlias` objects can now be the targets of weakrefs.
|
D | 3.5.3rc1.rst | 459 Fix weakrefs in the pure python version of collections.OrderedDict
|
D | 3.9.0a1.rst | 312 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
|
D | 3.5.0a1.rst | 2021 When an io.BufferedRWPair object is deallocated, clear its weakrefs.
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 607 /* Clear weakrefs first before calling any destructors */
|
/third_party/python/Doc/library/ |
D | test.rst | 564 that ``__del__`` methods may be called later than expected and weakrefs
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 2648 A type that supports weakrefs, instance dicts, and hashing::
|
/third_party/python/Misc/ |
D | HISTORY | 1229 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/ |
D | ChangeLog | 75 Creating and destroying weakrefs takes a write lock on a global
|