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 iritkatriel
Recipients Keith Prussing, eric.snow, iritkatriel, ncoghlan
Date 2021-06-14.17:00:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623690045.68.0.573874385932.issue25682@roundup.psfhosted.org>
In-reply-to
Content
pdb imports the module with importlib, and populates __main__ with data from its spec, including the package. This doesn't contradict the fact that the python command line can have only one "-m".

What is the actual problem here?
History
Date User Action Args
2021-06-14 17:00:45iritkatrielsetrecipients: + iritkatriel, ncoghlan, eric.snow, Keith Prussing
2021-06-14 17:00:45iritkatrielsetmessageid: <1623690045.68.0.573874385932.issue25682@roundup.psfhosted.org>
2021-06-14 17:00:45iritkatriellinkissue25682 messages
2021-06-14 17:00:45iritkatrielcreate