Home | History | Annotate | Download | only in Objects

Lines Matching refs:file_close

451                thread doesn't free it when running file_close() concurrently.

655 file_close(PyFileObject *f)
2065 {"close", (PyCFunction)file_close, METH_NOARGS, close_doc},
2324 PyObject *closeresult = file_close(foself);