Home | History | Annotate | Download | only in Objects

Lines Matching refs:file_close

451                thread doesn't free it when running file_close() concurrently.
667 file_close(PyFileObject *f)
2131 {"close", (PyCFunction)file_close, METH_NOARGS, close_doc},
2389 PyObject *closeresult = file_close(foself);