[issue46434] pdb help fails with AttributeError when using Windows embeddable package

sparrowt report at bugs.python.org
Thu Jan 20 09:15:56 EST 2022


sparrowt <sparrowt at gmail.com> added the comment:

Gottit thanks for explaining - so the existing check in `do_help` didn't catch this case because https://docs.python.org/3/library/sys.html#sys.flags only reflects command line flags, rather than whether or not it was actually optimised.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46434>
_______________________________________


More information about the Python-bugs-list mailing list