mirror of
https://github.com/python/cpython.git
synced 2026-08-05 18:17:53 +08:00
Performed an audit of `fileio.c` and `_pyio` and made sure anytime the fd changes the stat result, if set, is also cleared/changed. There's one case where it's not cleared, if code would clear it in __init__, keep the memory allocated and just do another fstat with the existing memory.
Source files for standard library extension modules, and former extension modules that are now builtin modules.