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 pablogsal
Recipients pablogsal, scoder, serhiy.storchaka, tcaswell, vstinner
Date 2019-06-15.15:21:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560612108.5.0.586576797271.issue37289@roundup.psfhosted.org>
In-reply-to
Content
Just to be clear, before PR14099, the code was wrongly optimized to:

  3           0 LOAD_GLOBAL              0 (g)
              2 LOAD_ATTR                1 (__code__)
              4 POP_JUMP_IF_FALSE        8
              6 JUMP_FORWARD             0 (to 8)

  4     >>    8 LOAD_CONST               0 (None)
             10 RETURN_VALUE
History
Date User Action Args
2019-06-15 15:21:48pablogsalsetrecipients: + pablogsal, scoder, vstinner, serhiy.storchaka, tcaswell
2019-06-15 15:21:48pablogsalsetmessageid: <1560612108.5.0.586576797271.issue37289@roundup.psfhosted.org>
2019-06-15 15:21:48pablogsallinkissue37289 messages
2019-06-15 15:21:48pablogsalcreate