[issue6455] Lib/distutils/tests/test_build_ext.py fails on windows

2009-07-10 Thread Tarek Ziadé
Tarek Ziadé added the comment: Applied in r73921 in trunk, and propagated in branches. Thanks ! -- status: open -> closed ___ Python tracker ___

[issue6455] Lib/distutils/tests/test_build_ext.py fails on windows

2009-07-09 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : Extention name of shared object is ".pyd" not ".so" on windows. I hope attached patch will fix this issue. -- assignee: tarek components: Distutils, Windows files: fix_distutils_test.patch keywords: patch messages: 90376 nosy: ocean-city, tarek sev