mirror of
https://github.com/python/cpython.git
synced 2026-06-15 23:50:43 -04:00
bf816223df
We don't need to create a temporary buffered binary or text file object just to create an empty file. Replace also os.fdopen(handle).close() by os.close(handle).