Searched refs:incref (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 406 self.incref(c, ident) 425 def incref(self, c, ident): member in Server 700 authkey=None, exposed=None, incref=True): argument 732 if incref: 875 incref = ( 879 return func(token, serializer, incref=incref, **kwds) 908 exposed=None, incref=True): argument 928 incref=incref)
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 132 is considerably more complex than the incref one, since it must check whether
|
/external/python/cpython2/Misc/ |
D | NEWS | 54 - Issue #15578: Correctly incref the parent module while importing.
|