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

Generate proper co_flags

Open pfalcon opened this issue 7 years ago • 1 comments

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 too.

pfalcon avatar Jan 30 '19 06:01 pfalcon

Per https://github.com/pfalcon/python-compiler/issues/7#issuecomment-531453470, I switched working on my own bytecode compiler, written from scratch. I unlikely will work on this issue anytime soon, but leaving it open for possible interested parties.

pfalcon avatar Jan 18 '20 06:01 pfalcon