[issue41631] _ast module: get_global_ast_state() doesn't work with Mercurial lazy import

Pablo Galindo Salgado report at bugs.python.org
Wed Aug 26 14:41:44 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Also, option 1 is virtually equivalent to the state of the _ast module prior to the recent changes except that the symbols are in a shared object instead of the binary or libpython. The advantage here is not moving them out of the shared object, is making them having static storage.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41631>
_______________________________________


More information about the Python-bugs-list mailing list