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 Mark.Shannon, pablogsal
Date 2020-11-02.19:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604344093.07.0.147368955329.issue42246@roundup.psfhosted.org>
In-reply-to
Content
I'm happy that we are removing BEGIN_DO_NOT_EMIT_BYTECODE and END_DO_NOT_EMIT_BYTECODE but could you elaborate how this is related? These macros protect the compiler from emitting bytecode that corresponds to deaf code and by definition, unreachable. Could you give an example of a situation in which they create something that messes up the line numbers? Is this something to be with cleanup blocks in dead code or something similar?
History
Date User Action Args
2020-11-02 19:08:13pablogsalsetrecipients: + pablogsal, Mark.Shannon
2020-11-02 19:08:13pablogsalsetmessageid: <1604344093.07.0.147368955329.issue42246@roundup.psfhosted.org>
2020-11-02 19:08:13pablogsallinkissue42246 messages
2020-11-02 19:08:13pablogsalcreate