Searched refs:PyFile_IncUseCount (Results 1 – 6 of 6) sorted by relevance
67 the :term:`GIL` is released it must also call the :c:func:`PyFile_IncUseCount` and71 .. 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`.
47 PyAPI_FUNC(void) PyFile_IncUseCount(PyFileObject *);
1110 PyFile_IncUseCount((PyFileObject *)self->file); in BZ2File_seek()1452 PyFile_IncUseCount((PyFileObject *)self->file); in BZ2File_init()
434 PyFile_IncUseCount((PyFileObject *)self->file); in write_file()551 PyFile_IncUseCount((PyFileObject *)self->file); in read_file()
82 void PyFile_IncUseCount(PyFileObject *fobj) in PyFile_IncUseCount() function109 PyFile_IncUseCount(f); in file_PyObject_Print()
3011 :c:func:`PyFile_IncUseCount` and :c:func:`PyFile_DecUseCount`3013 is zero. :c:func:`PyFile_IncUseCount` should be called while the GIL