This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients emilyemorehouse, levkivskyi, vstinner
Date 2019-02-11.11:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549884684.1.0.958621485817.issue35963@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-11 11:31:26vstinnersetrecipients: + vstinner, levkivskyi, emilyemorehouse
2019-02-11 11:31:24vstinnersetmessageid: <1549884684.1.0.958621485817.issue35963@roundup.psfhosted.org>
2019-02-11 11:31:24vstinnerlinkissue35963 messages
2019-02-11 11:31:23vstinnercreate