diff options
author | stratakis <cstratak@redhat.com> | 2019-03-14 15:35:40 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-03-14 15:35:40 (GMT) |
commit | 2dd6e079ae71f3723fbea2582ac080be06a6968f (patch) | |
tree | 036994b21559ddd8a504d412b91a440860b422b0 /Python/dtoa.c | |
parent | fb3336acfde3204fd01ce519ef24cc18a94dfa3f (diff) | |
download | cpython-2dd6e079ae71f3723fbea2582ac080be06a6968f.zip cpython-2dd6e079ae71f3723fbea2582ac080be06a6968f.tar.gz cpython-2dd6e079ae71f3723fbea2582ac080be06a6968f.tar.bz2 |
[2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)
Fix a reference leak in _bufferedreader_read_all():
_io.BufferedIOMixin.read() leaks a reference on 'data'
when it reads the whole file content but flush() fails.
Diffstat (limited to 'Python/dtoa.c')
0 files changed, 0 insertions, 0 deletions