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 Rob Bairos
Recipients Rob Bairos, brett.cannon, eric.snow
Date 2013-08-23.13:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377264962.09.0.415787361141.issue18812@psf.upfronthosting.co.za>
In-reply-to
Content
However, if it fails __import()__  it doesn't get to the sys.modules[] call anyways.

The only case affected by this are:

  PASS the __import()__ call, 
  then FAIL the sys.modules[] lookup afterwards.

Why will that effect anything currently out there?

As it stands now, it suppresses development of some types of dynamic hierarchies of modules such as we've implemented, that don't register themselves in sys.modules[]
History
Date User Action Args
2013-08-23 13:36:02Rob Bairossetrecipients: + Rob Bairos, brett.cannon, eric.snow
2013-08-23 13:36:02Rob Bairossetmessageid: <1377264962.09.0.415787361141.issue18812@psf.upfronthosting.co.za>
2013-08-23 13:36:02Rob Bairoslinkissue18812 messages
2013-08-23 13:36:01Rob Bairoscreate