New submission from Sergey Fedoseev <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue34395> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
