SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-120754: Fix memory leak in FileIO.__init__() (#124225)

Free 'self->stat_atopen' before assigning it, since
io.FileIO.__init__() can be called multiple times manually
(especially by test_io).
V
Victor Stinner committed
43cd7aa8cd88624f7211e47b98bc1e8e63e7660f
Parent: ea7fe1f
Committed by GitHub <noreply@github.com> on 9/18/2024, 10:11:50 PM