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 BTaskaya, Mark.Shannon, benjamin.peterson, nedbat, pablogsal, rhettinger, serhiy.storchaka
Date 2020-12-23.06:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608703346.32.0.320826427834.issue42693@roundup.psfhosted.org>
In-reply-to
Content
If the NOP is outside of the loop, then what is the reason of adding it? You cannot set a breakpoint on "while True:" which stops on every iteration.

The goal "tracing every line of code" is incompatible with code optimization. It would be better to add a special option to produce slower bytecode for tracing if you want to trace every line.
History
Date User Action Args
2020-12-23 06:02:26serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, nedbat, benjamin.peterson, Mark.Shannon, pablogsal, BTaskaya
2020-12-23 06:02:26serhiy.storchakasetmessageid: <1608703346.32.0.320826427834.issue42693@roundup.psfhosted.org>
2020-12-23 06:02:26serhiy.storchakalinkissue42693 messages
2020-12-23 06:02:26serhiy.storchakacreate