New submission from STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35963>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to