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 sparrowt
Recipients paul.moore, sparrowt, steve.dower, tim.golden, zach.ware
Date 2022-01-19.16:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642610626.42.0.34543675209.issue46434@roundup.psfhosted.org>
In-reply-to
Content
Perhaps we should have a more generic check for `command.__doc__` as it appears this is a case not handled by the existing `sys.flags.optimize >= 2` check?

https://github.com/python/cpython/blob/v3.9.10/Lib/pdb.py#L1492-L1496
History
Date User Action Args
2022-01-19 16:43:46sparrowtsetrecipients: + sparrowt, paul.moore, tim.golden, zach.ware, steve.dower
2022-01-19 16:43:46sparrowtsetmessageid: <1642610626.42.0.34543675209.issue46434@roundup.psfhosted.org>
2022-01-19 16:43:46sparrowtlinkissue46434 messages
2022-01-19 16:43:46sparrowtcreate