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 ncoghlan
Recipients Arfrever, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, python-dev
Date 2012-07-17.11:43:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342525416.8.0.433204373054.issue15314@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I just pushed a tweak to the test that will hopefully resolve the problem. If the tweak works, though, it does suggest we have a bit of weirdness in importlib: it means pkgutil.get_importer("") is returning an importer on POSIX systems, but None on Windows.

The test tweak to get OS X passing for #15230 on 3.2 (where it was already passing on trunk) suggests we may also have a case where 3.2 called os.path.realpath() before setting __file__, while 3.3 does not.
History
Date User Action Args
2012-07-17 11:43:36ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, pitrou, eric.araujo, Arfrever, python-dev
2012-07-17 11:43:36ncoghlansetmessageid: <1342525416.8.0.433204373054.issue15314@psf.upfronthosting.co.za>
2012-07-17 11:43:36ncoghlanlinkissue15314 messages
2012-07-17 11:43:35ncoghlancreate