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 eric.snow
Recipients Calvin.Spealman, eric.snow, r.david.murray
Date 2011-07-14.03:20:15
SpamBayes Score 1.7047949e-05
Marked as misclassified No
Message-id <1310613615.84.0.923104870496.issue12554@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I missed the line where he imported foo.bar in "foo/__init__.py", and thought something else was going on.
  
"foo/__init__.py" does not have to finish importing (just has to be on sys.modules) at the point foo.bar is imported.  So foo.bar would be completely imported before the "1/0" expression was evaluated, and you are exactly right, David.

Sorry for adding to the confusion.
History
Date User Action Args
2011-07-14 03:20:15eric.snowsetrecipients: + eric.snow, r.david.murray, Calvin.Spealman
2011-07-14 03:20:15eric.snowsetmessageid: <1310613615.84.0.923104870496.issue12554@psf.upfronthosting.co.za>
2011-07-14 03:20:15eric.snowlinkissue12554 messages
2011-07-14 03:20:15eric.snowcreate