Message 363755 - Python tracker (original) (raw)

Message363755

Author gvanrossum
Recipients Anthony Sottile, BTaskaya, Jeffrey.Kintscher, Julian, Terry Davis, barry, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, gvanrossum, ishimoto, jack1142, lukasz.langa, ncoghlan, pablogsal, r.david.murray, serhiy.storchaka, steven.daprano, thautwarm, ulope
Date 2020-03-09.17:17:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1583774220.73.0.695229847135.issue12782@roundup.psfhosted.org
In-reply-to
Content
If we introduce a PEG-based parser, we can do this without hacking the tokenizer. See https://github.com/gvanrossum/pegen/issues/229 I'd propose to aim for Python 3.10 (if the PEG parser happens).
History
Date User Action Args
2020-03-09 17:17:00 gvanrossum set recipients: + gvanrossum, barry, georg.brandl, ishimoto, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, lukasz.langa, Julian, serhiy.storchaka, ulope, Anthony Sottile, pablogsal, thautwarm, BTaskaya, Terry Davis, Jeffrey.Kintscher, jack1142
2020-03-09 17:17:00 gvanrossum set messageid: 1583774220.73.0.695229847135.issue12782@roundup.psfhosted.org
2020-03-09 17:17:00 gvanrossum link issue12782 messages
2020-03-09 17:17:00 gvanrossum create