Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py406 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/
Dintro.rst132 is considerably more complex than the incref one, since it must check whether
/external/python/cpython2/Misc/
DNEWS54 - Issue #15578: Correctly incref the parent module while importing.