mirror of
https://github.com/python/cpython.git
synced 2026-08-08 18:36:28 +08: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