mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Don't test the undefined behavior of fileno() on a closed file, but use fstat() as a reliable test if the file was closed or not.
Miscellaneous source files for the main Python shared library