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 terry.reedy
Recipients cheryl.sabella, miss-islington, taleinat, terry.reedy
Date 2020-12-15.04:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608005007.11.0.776798892044.issue33610@roundup.psfhosted.org>
In-reply-to
Content
E4. Max context lines = 0 is treated as infinity.  For depth 0, "self.info[-self.context_depth:]" is whole slice.  I don't remember if this is intended (if one does not want context, don't toggle it on), but it is not documented in settings help or doc section.  In any case,
  offset = max(1, lines - self.context_depth) - 1
fails with depth 0.

E5. test_codecontext is affected by user customization, but should not be.

E6. Bad bug make CC useless.  See #42638.
History
Date User Action Args
2020-12-15 04:03:27terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella, miss-islington
2020-12-15 04:03:27terry.reedysetmessageid: <1608005007.11.0.776798892044.issue33610@roundup.psfhosted.org>
2020-12-15 04:03:27terry.reedylinkissue33610 messages
2020-12-15 04:03:26terry.reedycreate