Searched refs:_weakref (Results 1 – 16 of 16) sorted by relevance
193 self._weakref = weakref.ref(obj, self)225 self._weakref = self._callback = self._args = \238 self._weakref = self._callback = self._args = \249 obj = self._weakref()
37 import _weakref44 del weakref, _weakref
110 _weakref _weakref.c # weak references174 #_weakref _weakref.c # basic weak reference support
5 from _weakref import ref
48 import weakref as _weakref namespace798 self._finalizer = _weakref.finalize(
12 from _weakref import (
34 _weakref = None variable209 _module_locks[name] = _weakref.ref(lock, cb)
331 .. _weakref-objects:405 .. _weakref-example:
39 from _weakref import proxy as _proxy
231 Port _weakref extension module to multiphase initialization (:pep:`489`).
34 Port _weakref extension module to multiphase initialization (:pep:`489`).
561 .. _weakref-support:
454 Modules/_weakref.c - weakref_slots -675 Modules/_weakref.c - weakref_functions -2185 Modules/_weakref.c - weakrefmodule -
493 :mod:`_weakref` helper module for weak references::
90 :mod:`time`, :mod:`_weakref`) now use multiphase initialization as defined
12231 - Issue #9848: Stopping trying to build _weakref in setup.py as it is a built-in24998 - Fixed a core dump in _weakref. Removed the weakref.mapping()25327 changes in the core, an extension module (_weakref), and a Python