Issue 18834: Add Clang to distutils to build C/C++ extensions (original) (raw)

Issue18834

Created on 2013-08-25 19:33 by refi64, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ccompiler.diff refi64,2013-08-26 19:41 ccompiler.py patch
cygwinccompiler.diff refi64,2013-08-26 19:42 cygwinccompiler.py patch
Messages (3)
msg196160 - (view) Author: Ryan Gonzalez (refi64) * Date: 2013-08-25 19:33
A have created to patches(for ccompiler.py and cygwinccompiler.py) to add Clang as a compiler in distutils. The patches are here: ccompiler.py: http://pastebin.com/yMGYys0P cygwinccompiler.py: http://pastebin.com/a49qNP6n I used the distutils version from Mercurial.
msg196201 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-08-26 12:10
Please upload the patches as files to the issue, that way our review tool can be used.
msg363563 - (view) Author: Ryan Gonzalez (refi64) * Date: 2020-03-06 22:30
Oh my god this was still open? I think you can just use the CC variable, not sure what 6-years-younger-and-more-stupid me was thinking here. Sorry about the noise.
History
Date User Action Args
2022-04-11 14:57:50 admin set github: 63034
2020-03-06 22:30:42 refi64 set status: open -> closedmessages: + stage: patch review -> resolved
2020-03-06 20:28:30 brett.cannon set nosy: - brett.cannon
2013-10-25 18:12:51 christian.heimes set stage: patch reviewversions: + Python 3.4
2013-08-26 19:42:03 refi64 set files: + cygwinccompiler.diff
2013-08-26 19:41:44 refi64 set files: + ccompiler.diffkeywords: + patch
2013-08-26 12:10:49 brett.cannon set nosy: + brett.cannonmessages: +
2013-08-25 19:33:46 refi64 create