mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
e93c39b47e
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