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 brett.cannon, eric.snow, larry, lzkelley, martin.panter, ncoghlan, ned.deily, python-dev, wolma
Date 2017-07-13.02:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499914213.35.0.311343749559.issue27487@psf.upfronthosting.co.za>
In-reply-to
Content
I've added a second answer to the referenced Stack Overflow issue that attempts to more clearly explain what is going on: https://stackoverflow.com/questions/43393764/python-3-6-project-structure-leads-to-runtimewarning/45070583#45070583

(The problem there is that proj.__init__ implicitly imports the module being executed by -m)

If that answer is still insufficient to diagnose the problem you're seeing, then I'd suggest submitting a new SO question explaining how the behaviour in your case differs from that one, and then providing a link to it as a comment on my answer.
History
Date User Action Args
2017-07-13 02:50:13ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, ned.deily, python-dev, eric.snow, martin.panter, wolma, lzkelley
2017-07-13 02:50:13ncoghlansetmessageid: <1499914213.35.0.311343749559.issue27487@psf.upfronthosting.co.za>
2017-07-13 02:50:13ncoghlanlinkissue27487 messages
2017-07-13 02:50:12ncoghlancreate