issues Search Results · repo:pfalcon/python-compiler.old language:Python
Filter by
8 results
(55 ms)8 results
inpfalcon/python-compiler.old (press backspace or delete to remove)Hi,
FYI, python-compiler is now an Arch Linux package.
The plan is to use it in connection with making Shedskin run with Python 3.
Hopefully, the differences between Python 3.5 and 3.8 are minimal enough ...
xyproto
- 4
- Opened on Jan 17, 2020
- #9
Hi @pfalcon,
Do you have plans to support Python 3.6? What can people do to help?
Cheers.
tekknolagi
- 7
- Opened on Feb 2, 2019
- #7
I have various debugging hacks in my local repo, but too shy to merge them in, for the fear of making code quality
worse. So, think and plan how to handle it.
pfalcon
- Opened on Jan 30, 2019
- #6
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. ...
pfalcon
- 2
- Opened on Jan 30, 2019
- #5
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 ...
pfalcon
- Opened on Jan 30, 2019
- #4
Currently, it definitely doesn t work correctly. The implementation looks over-engineered - it seems to attempt to
implement dataflow analysis over arbitrary CFG, which is absolutely great if it s implemented ...
pfalcon
- 1
- Opened on Jan 30, 2019
- #3
Currently, comparing results of CPython compilation requires a custom build of CPython3.5 with peephole optimizer
disabled. It would be nice to implement peephole optimization pass in python-compiler, ...
pfalcon
- Opened on Jan 30, 2019
- #2
Currently, dumping co_flags when comparing CPython vs python-compiler compilation results is disabled. Indeed, async
func flag is definitely not handled, and probably other flags aren t dealt right with ...
pfalcon
- 1
- Opened on Jan 30, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.