[issue34012] No option to include system headers in distutils.core.Extension

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

[issue34012] No option to include system headers in distutils.core.Extension

2018-06-30 Thread Dan Hemberger
Change by Dan Hemberger : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34012] No option to include system headers in distutils.core.Extension

2018-06-30 Thread Dan Hemberger
New submission from Dan Hemberger : The distutils.core.Extension class has a constructor argument `include_dirs`, which includes each directory with `-I`. However, it is sometimes desirable to include additional system headers using `-isystem`. Currently, this is only possible by manually con