This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xxm
Recipients gvanrossum, lys.nikolaou, xxm
Date 2021-01-13.07:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610521483.12.0.583342936034.issue42918@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-13 07:04:43xxmsetrecipients: + xxm, gvanrossum, lys.nikolaou
2021-01-13 07:04:43xxmsetmessageid: <1610521483.12.0.583342936034.issue42918@roundup.psfhosted.org>
2021-01-13 07:04:43xxmlinkissue42918 messages
2021-01-13 07:04:42xxmcreate