Home
last modified time | relevance | path

Searched refs:_removeHandlerRef (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/logging/
D__init__.py629 def _removeHandlerRef(wr): function
659 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
/external/python/cpython3/Lib/logging/
D__init__.py777 def _removeHandlerRef(wr): function
800 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst522 Silence a `'NoneType' object is not callable` in `_removeHandlerRef` error