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 Rhamphoryncus
Recipients Rhamphoryncus, brett.cannon, bronger, dcjim, gvanrossum, jhylton, loewis, ncoghlan, tim.peters
Date 2009-08-31.21:57:15
SpamBayes Score 8.2211745e-06
Marked as misclassified No
Message-id <1251755837.09.0.287472125966.issue992389@psf.upfronthosting.co.za>
In-reply-to
Content
It'd probably be sufficient if we raised "NameError: lazy import 'foo'
not yet complete".  That should require a set of what names this module
is lazy importing, which is checked in the failure paths of module
attribute lookup and global/builtin lookup.
History
Date User Action Args
2009-08-31 21:57:17Rhamphoryncussetrecipients: + Rhamphoryncus, gvanrossum, tim.peters, loewis, jhylton, brett.cannon, dcjim, ncoghlan, bronger
2009-08-31 21:57:17Rhamphoryncussetmessageid: <1251755837.09.0.287472125966.issue992389@psf.upfronthosting.co.za>
2009-08-31 21:57:15Rhamphoryncuslinkissue992389 messages
2009-08-31 21:57:15Rhamphoryncuscreate