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 rhettinger
Recipients Anthony Sottile, BTaskaya, gvanrossum, hauntsaninja, lys.nikolaou, mbussonn, ned.deily, pablogsal, rhettinger, serhiy.storchaka
Date 2020-05-18.03:36:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
One minor nit:  We're getting a nuisance compiler warning:

test_peg_generator passed (2 min 40 sec)
/var/folders/1b/3499qp8s7xv5w0fvjcgl45100000gn/T/tmp90rifd5z/parse.c:97:19: warning: code will never be executed [-Wunreachable-code]
        p->mark = _mark;
                  ^~~~~
1 warning generated.
History
Date User Action Args
2020-05-18 03:36:21rhettingersetrecipients: + rhettinger, gvanrossum, ned.deily, serhiy.storchaka, mbussonn, Anthony Sottile, lys.nikolaou, pablogsal, BTaskaya, hauntsaninja
2020-05-18 03:36:21rhettingersetmessageid: <[email protected]>
2020-05-18 03:36:21rhettingerlinkissue40334 messages
2020-05-18 03:36:20rhettingercreate