--- Python-2.4.4/setup.py- 2007-04-08 18:29:24 +0400 +++ Python-2.4.4/setup.py 2007-04-08 18:48:16 +0400 @@ -213,6 +213,7 @@ class PyBuildExt(build_ext): if os.path.exists(newname): os.remove(newname) os.rename(ext_filename, newname) + raise # XXX -- This relies on a Vile HACK in # distutils.command.build_ext.build_extension(). The