aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pylifecycle.c
diff options
context:
space:
mode:
authorCody Maloney <cmaloney@users.noreply.github.com>2024-11-01 14:50:49 -0700
committerGitHub <noreply@github.com>2024-11-01 22:50:49 +0100
commit72dd4714f944e5927656aa25f5cd9bdcd3b00a76 (patch)
tree965ced6971f92758a31d3f37e6625d7048861d62 /Python/pylifecycle.c
parentc84a136511c673f495f466887716b55c13b7e3ac (diff)
downloadcpython-72dd4714f944e5927656aa25f5cd9bdcd3b00a76.tar.gz
cpython-72dd4714f944e5927656aa25f5cd9bdcd3b00a76.zip
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.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions