[issue42918] Nested multi-line expression will lead to "compile()" fails

Xinmeng Xia report at bugs.python.org
Wed Jan 13 02:04:43 EST 2021


Xinmeng Xia <xiaxm at smail.nju.edu.cn> added the comment:

The bytecode of c is as following:

              0 LOAD_CONST               0 (1)
              2 STORE_NAME               0 (d)
              4 LOAD_CONST               1 (None)
              6 RETURN_VALUE
===============================================

Yes, my team is working on developing a new fuzzier for the CPython.

Also, we are trying to apply it on the newest version of CPython. 

We will carefully analyze all bugs before reporting them on the tracker.

Hope our work does not bother you too much.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42918>
_______________________________________


More information about the Python-bugs-list mailing list