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 ocean-city
Recipients eric.araujo, loewis, ocean-city, tarek
Date 2010-09-13.05:43:54
SpamBayes Score 0.0004051459
Marked as misclassified No
Message-id <1284356639.63.0.191397969619.issue9313@psf.upfronthosting.co.za>
In-reply-to
Content
> I’ve heard about import deadlock issues, and performance is not an
> issue in tests, so there is no reason to import in the function

distutils.msvc9compiler imports winreg internally,
and it only exists on windows, so importing distutils.msvc9.....
compiler may raise ImportError on Linux. So I imported only when
sys.platform == "win32".

Committed in r84760(py3k). And will be merged into other branches.
History
Date User Action Args
2010-09-13 05:43:59ocean-citysetrecipients: + ocean-city, loewis, tarek, eric.araujo
2010-09-13 05:43:59ocean-citysetmessageid: <1284356639.63.0.191397969619.issue9313@psf.upfronthosting.co.za>
2010-09-13 05:43:56ocean-citylinkissue9313 messages
2010-09-13 05:43:55ocean-citycreate