[New-bugs-announce] [issue42425] Possible leak in initialization of errmap for OSError

Serhiy Storchaka report at bugs.python.org
Sat Nov 21 10:01:13 EST 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

There is a potential leak when adding item to errmap (errno to OSError subclass mapping) fails.

----------
components: Interpreter Core
messages: 381565
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Possible leak in initialization of errmap for OSError
type: resource usage
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list