microsoft/Pyjion

Eliminate co_compiledfailed from code objects

brettcannon opened this issue · 0 comments

We could probably get away with a sentinel value to represent compilation failure instead of wasting several bytes on every code object just for a boolean value.