[New-bugs-announce] [issue35963] Python/symtable.c: warning: enumeration value ‘FunctionType_kind’ not handled in switch [-Wswitch]"

STINNER Victor report at bugs.python.org
Mon Feb 11 06:31:24 EST 2019


New submission from STINNER Victor <vstinner at redhat.com>:

On x86 Gentoo Installed with X 3.x buildbot, there is a compiler warning:  

"Python/symtable.c:289:5: warning: enumeration value ‘FunctionType_kind’ not handled in switch [-Wswitch]"

https://buildbot.python.org/all/#/builders/103/builds/2067

It might me related to the implementation of the PEP 572 (bpo-35224), but I'm not sure.

See also bpo-35878.

----------
components: Interpreter Core
messages: 335207
nosy: emilyemorehouse, levkivskyi, vstinner
priority: normal
severity: normal
status: open
title: Python/symtable.c: warning: enumeration value ‘FunctionType_kind’ not handled in switch [-Wswitch]"
versions: Python 3.8

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


More information about the New-bugs-announce mailing list