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 ncoghlan
Recipients Rolf Campbell, brett.cannon, eric.snow, ncoghlan, r.david.murray
Date 2018-05-17.12:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526558514.36.0.682650639539.issue33547@psf.upfronthosting.co.za>
In-reply-to
Content
As David notes, the issue in the example is the fact that you're setting "__main__.a", so "a.py" never gets imported as a module - it gets a hit on the parent module attribute, and hence stops there.
History
Date User Action Args
2018-05-17 12:01:54ncoghlansetrecipients: + ncoghlan, brett.cannon, r.david.murray, eric.snow, Rolf Campbell
2018-05-17 12:01:54ncoghlansetmessageid: <1526558514.36.0.682650639539.issue33547@psf.upfronthosting.co.za>
2018-05-17 12:01:54ncoghlanlinkissue33547 messages
2018-05-17 12:01:54ncoghlancreate