Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so...
authorTarek Ziadé <ziade.tarek@gmail.com>
Mon, 5 Oct 2009 17:35:51 +0000 (17:35 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Mon, 5 Oct 2009 17:35:51 +0000 (17:35 +0000)
commit3c8de0ff270127d820a35c970f9d959781371924
tree59bcdc4e929202299d7896b95313d21c50c239c2
parentf1250781326184cde36b41bcce44d0eacc3a5bd2
Fixed #7064: making sure get_ext_filename is called as Setuptools is assuming so it doesn't break it
Lib/distutils/command/build_ext.py
Lib/distutils/tests/setuptools_build_ext.py [new file with mode: 0644]
Lib/distutils/tests/setuptools_extension.py [new file with mode: 0644]
Lib/distutils/tests/test_build_ext.py
Misc/NEWS