python-compiler.old icon indicating copy to clipboard operation
python-compiler.old copied to clipboard

Rewrite symbols.py

Open pfalcon opened this issue 7 years ago • 0 comments

The original code didn't have enough power to handle modern Python, and was patched by me in more or less adhoc way. And test_super.py still excluded from testing, because handling it requires truly crazy patchings.

Instead, consider rewriting it. Like, from scratch of close. While doing that, consider being compatible with https://docs.python.org/3/library/symtable.html

pfalcon avatar Jan 30 '19 08:01 pfalcon