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, corona10, dino.viehland, eric.snow, lukasz.langa, pablogsal, petr.viktorin, shihai1991, vstinner
Date 2020-08-26.18:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598467097.73.0.410503415573.issue41631@roundup.psfhosted.org>
In-reply-to
Content
>The mod2obj/obj2mod functions, called by e.g. compile(..., PyCF_ONLY_AST), should:
* import the _ast module
* call a Python-accessible function, e.g. _ast._mod2obj


Would that impact performance considerably?
History
Date User Action Args
2020-08-26 18:38:17pablogsalsetrecipients: + pablogsal, vstinner, dino.viehland, petr.viktorin, lukasz.langa, eric.snow, corona10, BTaskaya, shihai1991
2020-08-26 18:38:17pablogsalsetmessageid: <1598467097.73.0.410503415573.issue41631@roundup.psfhosted.org>
2020-08-26 18:38:17pablogsallinkissue41631 messages
2020-08-26 18:38:17pablogsalcreate