Home
last modified time | relevance | path

Searched refs:PyFile_IncUseCount (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dfile.rst67 the :term:`GIL` is released it must also call the :c:func:`PyFile_IncUseCount` and
71 .. c:function:: void PyFile_IncUseCount(PyFileObject \*p)
86 PyFile_IncUseCount(p);
101 This may only be called to undo a prior call to :c:func:`PyFile_IncUseCount`.
/external/python/cpython2/Include/
Dfileobject.h47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
/external/python/cpython2/Modules/
Dbz2module.c1110 PyFile_IncUseCount((PyFileObject *)self->file); in BZ2File_seek()
1481 PyFile_IncUseCount((PyFileObject *)self->file); in BZ2File_init()
DcPickle.c434 PyFile_IncUseCount((PyFileObject *)self->file); in write_file()
551 PyFile_IncUseCount((PyFileObject *)self->file); in read_file()
/external/python/cpython2/Objects/
Dfileobject.c82 void PyFile_IncUseCount(PyFileObject *fobj) in PyFile_IncUseCount() function
109 PyFile_IncUseCount(f); in file_PyObject_Print()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3011 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`
3013 is zero. :c:func:`PyFile_IncUseCount` should be called while the GIL
/external/python/cpython3/Doc/whatsnew/
D2.6.rst3015 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`
3017 is zero. :c:func:`PyFile_IncUseCount` should be called while the GIL