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 <[email protected]>
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: <[email protected]>
2014-11-28 21:08:32vstinnerlinkissue22676 messages
2014-11-28 21:08:31vstinnercreate