Pablo Galindo Salgado <[email protected]> added the comment:
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). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40334> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
