[issue34880] About the "assert" bytecode

2018-10-02 Thread vtheno athena
New submission from vtheno athena : When I was involved in the YaPyPy project, I found a problem, An source "assert 0" will compile to an bytecode, On that bytecode sequence, it always raise a "AssertionError" from global, when we rewrite global "AssertionError" like here: ``` class AssertionE

<    1   2