Message116277
> 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. |
|
Date |
User |
Action |
Args |
2010-09-13 05:43:59 | ocean-city | set | recipients:
+ ocean-city, loewis, tarek, eric.araujo |
2010-09-13 05:43:59 | ocean-city | set | messageid: <1284356639.63.0.191397969619.issue9313@psf.upfronthosting.co.za> |
2010-09-13 05:43:56 | ocean-city | link | issue9313 messages |
2010-09-13 05:43:55 | ocean-city | create | |
|