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 brett.cannon
Recipients Arfrever, aronacher, brett.cannon, eric.snow, ncoghlan, rhettinger
Date 2014-05-30.16:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401467325.62.0.469834075697.issue20383@psf.upfronthosting.co.za>
In-reply-to
Content
And another complication is the compatibility hack to set loader when submodule_search_locations is set but loader is not since _NamespaceLoader is not exposed in C without importlib which gets us back into the whole question of whether types should function entirely in isolation from other subsystems of Python.
History
Date User Action Args
2014-05-30 16:28:45brett.cannonsetrecipients: + brett.cannon, rhettinger, ncoghlan, aronacher, Arfrever, eric.snow
2014-05-30 16:28:45brett.cannonsetmessageid: <1401467325.62.0.469834075697.issue20383@psf.upfronthosting.co.za>
2014-05-30 16:28:45brett.cannonlinkissue20383 messages
2014-05-30 16:28:45brett.cannoncreate