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 pitrou
Recipients Arfrever, brett.cannon, eric.snow, nadeem.vawda, pitrou, skrah
Date 2012-05-06.19:42:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336333248.3371.0.camel@localhost.localdomain>
In-reply-to <1336332272.74.0.0239666112587.issue14583@psf.upfronthosting.co.za>
Content
> So I was going to try to figure out the logic, so I manually created
> the test files to start debugging, but I didn't get the ImportError
> but instead the 1/0 error for the relative import. Maybe it's specific
> to lack of threads or the change you made? I mean if that's how it has
> always worked then I'm not arguing that it's wrong, just that it's a
> weird side-effect:

The first "import pkg" gets you a ImportError but the second one should
get you a ZeroDivisionError (yes, weird).
History
Date User Action Args
2012-05-06 19:42:43pitrousetrecipients: + pitrou, brett.cannon, nadeem.vawda, Arfrever, skrah, eric.snow
2012-05-06 19:42:43pitroulinkissue14583 messages
2012-05-06 19:42:43pitroucreate