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

Cleanup/modernize code

Open pfalcon opened this issue 5 years ago • 2 comments

The project has some dead code. That's definitely true with my refactorings, but probably was true even with code as was in CPython2.

Also, non-canonical use of constructors, etc. is there, brush it up/rewrite.

While doing this still consider compatibility with Python2.7 for extra points.

pfalcon avatar Jan 30 '19 08:01 pfalcon

Ok, in https://github.com/pfalcon/python-compiler/commit/51a840a72f0d267abea3e04f113b3803efe09e8c, older no longer used AST-related modules are removed.

pfalcon avatar Feb 06 '19 17:02 pfalcon

Good progress on removing dead code today.

pfalcon avatar Feb 07 '19 23:02 pfalcon