]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104510: Fix refleaks in `_io` base types (#104516)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 16 May 2023 14:38:17 +0000 (20:08 +0530)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 14:38:17 +0000 (20:08 +0530)
commit442a3e65da2594bedee88a3e81338d86926bde56
tree47f03f721e2317a226379d0688b32c523928f73b
parent0bb61dd5b0ffc248e18f1b33cddd18788f28e60a
GH-104510: Fix refleaks in `_io` base types (#104516)
Modules/_io/bufferedio.c
Modules/_io/iobase.c
Modules/_io/textio.c