[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2020-07-06 Thread Ned Deily
Ned Deily added the comment: > Would you like me to file a separate bug for this issue? Or apply that patch? > Or something else? OK, if I understand correctly, the problem you describe does not affect cPython because cPython's Distutils does not use get_config_vars(), only

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2020-07-04 Thread Jason R. Coombs
Jason R. Coombs added the comment: Well, the issue is potentially ignorable, especially if distutils is deprecated and removed from CPython. Alternately, CPython could adopt the [patch from distutils](https://github.com/pypa/distutils/pull/1/commits/c3a052aefbba0d5fda10790e676223c0dc12f0ed)

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2020-07-02 Thread Ned Deily
Ned Deily added the comment: Jason, what action(s) are you expecting with regard to this and by whom? This issue has been long closed. -- ___ Python tracker ___

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2020-07-02 Thread Jason R. Coombs
Jason R. Coombs added the comment: For easy reference, the relevant commit is https://github.com/python/cpython/commit/97345680dc. -- ___ Python tracker ___

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2020-07-02 Thread Jason R. Coombs
Jason R. Coombs added the comment: In [pypa/distutils#1](https://github.com/pypa/distutils/pull/1), I learned that the test doesn't have the intended effect. Patching `get_config_var()` has no effect because the function under test calls `get_config_vars()`. In some environments, such as

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2013-05-28 Thread Ned Deily
New submission from Ned Deily: As part of the initial changes for Issue13590 in 2.7.3, 3.2.3, and 3.3 (prior to release) to Distutils to support building extension modules on OS X with Xcode 4, code was added to substitute the clang compiler if the older gcc-4.2 supplied with Xcode 3 was not

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2013-05-28 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- keywords: +patch nosy: +ronaldoussoren Added file: http://bugs.python.org/file30395/issue18080_ldshared_2.7.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18080

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2013-05-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: LGTM -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18080 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2013-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca24bc6a5a4b by Ned Deily in branch '2.7': Issue #18080: When building a C extension module on OS X, if the compiler http://hg.python.org/cpython/rev/ca24bc6a5a4b New changeset 75432fb6b9af by Ned Deily in branch '3.3': Issue #18080: When building

[issue18080] setting CC no longer overrides default linker for extension module builds on OS X

2013-05-28 Thread Ned Deily
Ned Deily added the comment: Committed for release with 2.7.6 and 3.3.3. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18080