[issue11601] UnixCCompiler always uses compiler_so, not compiler

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

[issue11601] UnixCCompiler always uses compiler_so, not compiler

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11601] UnixCCompiler always uses compiler_so, not compiler

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have an answer to the question given in msg131355 please? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11601 ___

[issue11601] UnixCCompiler always uses compiler_so, not compiler

2011-03-18 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: UnixCCompiler always uses compiler_so, not compiler, even when creating a .o file. It is misleading and begs the question why compiler even exists. -- assignee: tarek components: Distutils messages: 131355 nosy: eric.araujo, pitrou,