Files
cpython/Lib
Cody Maloney 72dd4714f9 gh-120754: _io Ensure stat cache is cleared on fd change (#125166)
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.
2024-11-01 22:50:49 +01:00
..
2024-10-14 17:11:58 -04:00
2024-10-15 22:34:54 +03:00