[New-bugs-announce] [issue34395] memory leaks in error handling in csv and pickle modules

Sergey Fedoseev report at bugs.python.org
Mon Aug 13 12:53:22 EDT 2018


New submission from Sergey Fedoseev <fedoseev.sergey at gmail.com>:

There are memory leaks in csv and pickle modules caused by incautious usage of PyMem_Resize().

See GitHub PR.

----------
components: Extension Modules
messages: 323487
nosy: sir-sigurd
priority: normal
severity: normal
status: open
title: memory leaks in error handling in csv and pickle modules

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34395>
_______________________________________


More information about the New-bugs-announce mailing list