[issue42814] Undefined behavior in Objects/genericaliasobject.c

Zackery Spytz report at bugs.python.org
Sun Jan 3 06:40:24 EST 2021


New submission from Zackery Spytz <zspytz at gmail.com>:

In is_typing_name(), va_end() is not always called before the function returns.  It is undefined behavior to call va_start() without also calling va_end().

----------
components: Interpreter Core
messages: 384261
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Undefined behavior in Objects/genericaliasobject.c
versions: Python 3.10

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


More information about the Python-bugs-list mailing list