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 pablogsal
Recipients BTaskaya, gvanrossum, lys.nikolaou, ned.deily, pablogsal, vstinner
Date 2020-04-23.02:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587610345.25.0.650815872467.issue40334@roundup.psfhosted.org>
In-reply-to
Content
Those warnings are legitimate: we cannot cast function pointers that have different return types from one to the other. This only happens in the test, but could happen in the grammar if we use lookahead with NAME (&NAME).
History
Date User Action Args
2020-04-23 02:52:25pablogsalsetrecipients: + pablogsal, gvanrossum, vstinner, ned.deily, lys.nikolaou, BTaskaya
2020-04-23 02:52:25pablogsalsetmessageid: <1587610345.25.0.650815872467.issue40334@roundup.psfhosted.org>
2020-04-23 02:52:25pablogsallinkissue40334 messages
2020-04-23 02:52:25pablogsalcreate