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 serhiy.storchaka
Recipients benjamin.peterson, miss-islington, ned.deily, pablogsal, serhiy.storchaka, vstinner
Date 2019-06-14.07:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560496234.31.0.0177439424143.issue37213@roundup.psfhosted.org>
In-reply-to
Content
> Do you know why 255 became more common?

Because the line number is now correctly set for every bytecode instruction.

Compare the output in msg345108 for 3.8 with the corresponding output in 3.7:

  1           0 BUILD_LIST               0
              2 LOAD_FAST                0 (.0)
        >>    4 FOR_ITER                12 (to 18)

  2           6 STORE_FAST               1 (x)
              8 LOAD_FAST                1 (x)
             10 POP_JUMP_IF_FALSE        4
             12 LOAD_FAST                1 (x)
             14 LIST_APPEND              2
             16 JUMP_ABSOLUTE            4
        >>   18 RETURN_VALUE
History
Date User Action Args
2019-06-14 07:10:34serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ned.deily, pablogsal, miss-islington
2019-06-14 07:10:34serhiy.storchakasetmessageid: <1560496234.31.0.0177439424143.issue37213@roundup.psfhosted.org>
2019-06-14 07:10:34serhiy.storchakalinkissue37213 messages
2019-06-14 07:10:34serhiy.storchakacreate