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 Michael Selik
Recipients Michael Selik, rhettinger
Date 2017-11-01.01:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509498639.43.0.213398074469.issue31908@psf.upfronthosting.co.za>
In-reply-to
Content
While writing a patch for this, I noticed the ``lnotab`` parameter seems nearly unused. It's a dict, but is only used for its keys.

https://github.com/python/cpython/blob/master/Lib/trace.py#L333

Further, the choice to count unreached lines only when ``show_missing`` was set seems inconsistent.

https://github.com/python/cpython/blob/master/Lib/trace.py#L335

https://github.com/python/cpython/blob/master/Lib/trace.py#L280
History
Date User Action Args
2017-11-01 01:10:39Michael Seliksetrecipients: + Michael Selik, rhettinger
2017-11-01 01:10:39Michael Seliksetmessageid: <1509498639.43.0.213398074469.issue31908@psf.upfronthosting.co.za>
2017-11-01 01:10:39Michael Seliklinkissue31908 messages
2017-11-01 01:10:39Michael Selikcreate