[issue2942] mingw/cygwin do not accept asm file as extension source

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue2942] mingw/cygwin do not accept asm file as extension source

2014-03-13 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: tarek -> components: +Distutils -Distutils2 versions: -3rd party ___ Python tracker ___ ___ Pyt

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-08-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: -msvc9compiler.py: add .asm extension ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> tarek components: +Distutils2 -Distutils dependencies: +msvc9compiler.py: add .asm extension nosy: +eric.araujo, tarek type: -> feature request versions: +Python 2.5, Python 3.1, Python 3.2 ___ Python tracker

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-06-26 Thread Roumen Petrov
Roumen Petrov added the comment: 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 comp

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-06-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Roumen, does your patch in #3871 supercede this issue? Or is it impossible to tell without more info from the OP? -- nosy: +tjreedy status: open -> pending versions: +Python 2.7 -Python 2.5 ___ Python tracker

[issue2942] mingw/cygwin do not accept asm file as extension source

2009-02-04 Thread Roumen Petrov
Roumen Petrov added the comment: Hi shura_zam, I test this patch in issue3871 but without success - setup.py don't try to build ctypes module. May I ask you to post a sample. -- nosy: +rpetrov ___ Python tracker __

[issue2942] mingw/cygwin do not accept asm file as extension source

2008-05-22 Thread Alexandr Zamaraev
New submission from Alexandr Zamaraev <[EMAIL PROTECTED]>: mingw/cygwin do not accept asm file as extension source -- components: Distutils files: cygwinccompiler.diff keywords: patch messages: 67185 nosy: shura_zam severity: normal status: open title: mingw/cygwin do not accept asm file