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 vstinner
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, kbengine, pitrou, python-dev, steve.dower, vstinner, zach.ware
Date 2014-11-28.21:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417208912.04.0.993328930454.issue22676@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows with Visual Studio, I got a compiler warning. In whichmodule(), get_dotted_path() is called with module whereas module is not initialiazed:

    dotted_path = get_dotted_path(module, global_name, allow_qualname);
History
Date User Action Args
2014-11-28 21:08:32vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, pitrou, alexandre.vassalotti, python-dev, zach.ware, steve.dower, kbengine
2014-11-28 21:08:32vstinnersetmessageid: <1417208912.04.0.993328930454.issue22676@psf.upfronthosting.co.za>
2014-11-28 21:08:32vstinnerlinkissue22676 messages
2014-11-28 21:08:31vstinnercreate