Batuhan Taskaya pushed to branch branch/py3.8-isidentical-ast-feature-version 
at PyPy / pypy


Commits:
e28cdc1d by isidentical at 2021-07-26T19:11:13+03:00
pyparser: add the ability to clear type_ignore cache

It seems like compile() command preserves the parser since it uses
the same execution context on the same session, so if you parse again
and again the number of type_ignores in the parser object grows.

--HG--
branch : py3.8-isidentical-ast-feature-version

- - - - -


4 changed files:

- pypy/interpreter/pycompiler.py
- pypy/interpreter/pyparser/parser.py
- pypy/interpreter/pyparser/pyparse.py
- pypy/module/_ast/test/test_ast.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e28cdc1db469efc18a013d9c5ee1807bf00877d8

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e28cdc1db469efc18a013d9c5ee1807bf00877d8
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to