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 rpetrov
Recipients rpetrov, shura_zam, terry.reedy
Date 2010-06-26.09:13:51
SpamBayes Score 0.0051634237
Marked as misclassified No
Message-id <1277543633.82.0.466056040464.issue2942@psf.upfronthosting.co.za>
In-reply-to
Content
Terry, my patch in #3871  don't supersede this issue.
In patch to #3871 for mingw host  I use same work-around as for all other platforms
Lets see the code of setup.py methods configure_ctypes...(..) :
.....
            # Add .S (preprocessed assembly) to C compiler source extensions.
            self.compiler.src_extensions.append('.S')
.....

a) the patch to this issue didn't works for me;
b) issue in not only for GCC compiler for cygwin&mingw targets
History
Date User Action Args
2010-06-26 09:13:54rpetrovsetrecipients: + rpetrov, terry.reedy, shura_zam
2010-06-26 09:13:53rpetrovsetmessageid: <1277543633.82.0.466056040464.issue2942@psf.upfronthosting.co.za>
2010-06-26 09:13:52rpetrovlinkissue2942 messages
2010-06-26 09:13:51rpetrovcreate