Message 385797 - Python tracker (original) (raw)

Message385797

Author pablogsal
Recipients Andrew.C, Anthony Sottile, Jim Fasarakis-Hilliard, amaury.forgeotdarc, berker.peksag, djmitche, effbot, kirkshorts, meador.inge, pablogsal, serhiy.storchaka, superluser
Date 2021-01-27.18:13:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1611771218.31.0.550604151888.issue3353@roundup.psfhosted.org
In-reply-to
Content
> Either works for me, would you be able to point me to the starting bits as to how `_ast` becomes builtin? https://github.com/python/cpython/blob/master/Python/Python-ast.c#L10075-L10079 and https://github.com/python/cpython/blob/63298930fb531ba2bb4f23bc3b915dbf1e17e9e1/PC/config.c#L84 But before that I have some questions. For example: How do you plan to implement the readline() interface that tokenize.py uses in the c-module without modifying tokenize.c?
History
Date User Action Args
2021-01-27 18:13:38 pablogsal set recipients: + pablogsal, effbot, amaury.forgeotdarc, djmitche, kirkshorts, meador.inge, berker.peksag, serhiy.storchaka, superluser, Andrew.C, Anthony Sottile, Jim Fasarakis-Hilliard
2021-01-27 18:13:38 pablogsal set messageid: 1611771218.31.0.550604151888.issue3353@roundup.psfhosted.org
2021-01-27 18:13:38 pablogsal link issue3353 messages
2021-01-27 18:13:38 pablogsal create