Home
last modified time | relevance | path

Searched refs:_weakref (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dutil.py193 self._weakref = weakref.ref(obj, self)
225 self._weakref = self._callback = self._args = \
238 self._weakref = self._callback = self._args = \
249 obj = self._weakref()
/third_party/python/Lib/xml/sax/
Dexpatreader.py37 import _weakref
44 del weakref, _weakref
/third_party/python/Modules/
DSetup110 _weakref _weakref.c # weak references
174 #_weakref _weakref.c # basic weak reference support
/third_party/python/Lib/
D_weakrefset.py5 from _weakref import ref
Dtempfile.py48 import weakref as _weakref namespace
798 self._finalizer = _weakref.finalize(
Dweakref.py12 from _weakref import (
/third_party/python/Lib/importlib/
D_bootstrap.py34 _weakref = None variable
209 _module_locks[name] = _weakref.ref(lock, cb)
/third_party/python/Doc/library/
Dweakref.rst331 .. _weakref-objects:
405 .. _weakref-example:
/third_party/python/Lib/collections/
D__init__.py39 from _weakref import proxy as _proxy
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst231 Port _weakref extension module to multiphase initialization (:pep:`489`).
D3.9.0a5.rst34 Port _weakref extension module to multiphase initialization (:pep:`489`).
/third_party/python/Doc/extending/
Dnewtypes.rst561 .. _weakref-support:
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv454 Modules/_weakref.c - weakref_slots -
675 Modules/_weakref.c - weakref_functions -
2185 Modules/_weakref.c - weakrefmodule -
/third_party/python/Doc/c-api/
Darg.rst493 :mod:`_weakref` helper module for weak references::
/third_party/python/Doc/whatsnew/
D3.9.rst90 :mod:`time`, :mod:`_weakref`) now use multiphase initialization as defined
/third_party/python/Misc/
DHISTORY12231 - Issue #9848: Stopping trying to build _weakref in setup.py as it is a built-in
24998 - Fixed a core dump in _weakref. Removed the weakref.mapping()
25327 changes in the core, an extension module (_weakref), and a Python