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 brett.cannon, eric.snow, ncoghlan, xiang.zhang
Date 2018-01-02.15:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514908757.13.0.467229070634.issue32479@psf.upfronthosting.co.za>
In-reply-to
Content
Since the problem is specific to Python 2.7 and has been resolved in the importlib based import implementation, I'm inclined to close this as "Won't Fix".

The only reason I haven't is that if someone really wanted to dig into the Python 2.7 import implementation and figure out how to improve the situation, I'd actually be willing to review the patch.

Alternatively, it might be worthwhile for OpenStack to investigate migrating over to importlib2 for their Python 2.7 support (or at least supporting it as a debugging option).
History
Date User Action Args
2018-01-02 15:59:17ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow, xiang.zhang
2018-01-02 15:59:17ncoghlansetmessageid: <1514908757.13.0.467229070634.issue32479@psf.upfronthosting.co.za>
2018-01-02 15:59:17ncoghlanlinkissue32479 messages
2018-01-02 15:59:16ncoghlancreate