Message 335208 - Python tracker

Message335208

Author vstinner
Recipients emilyemorehouse, levkivskyi, vstinner
Date 2019-02-11.11:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549884707.85.0.516759123856.issue35878@roundup.psfhosted.org>
In-reply-to
Content
Ivan Levkivskyi fixed the warning with commit 181835d5a9bffee247bc2f7eefc778c1812bc982.

I created bpo-35963 Python/symtable.c: warning: enumeration value ‘FunctionType_kind’ not handled in switch [-Wswitch]" for a remaining warning.
History
Date User Action Args
2019-02-11 11:31:48vstinnersetrecipients: + vstinner, levkivskyi, emilyemorehouse
2019-02-11 11:31:47vstinnersetmessageid: <1549884707.85.0.516759123856.issue35878@roundup.psfhosted.org>
2019-02-11 11:31:47vstinnerlinkissue35878 messages
2019-02-11 11:31:47vstinnercreate