This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: modification to Lib/distutils/ccompiler.py to simplify handling of compile arguments by subclasses
Type: enhancement Stage: resolved
Components: Distutils, Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, eric.araujo, schnaitterm, steve.dower
Priority: normal Keywords:

Created on 2018-08-02 14:31 by schnaitterm, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4506 closed schnaitterm, 2018-08-02 14:31
Messages (2)
msg322959 - (view) Author: Michael Schnaitter (schnaitterm) * Date: 2018-08-02 14:31
Discussion on details in the referenced PR is needed.
msg386343 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-02-03 18:19
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 you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78503
2021-02-03 18:19:33steve.dowersetstatus: open -> closed

nosy: + steve.dower
messages: + msg386343

resolution: out of date
stage: patch review -> resolved
2018-08-02 14:36:11serhiy.storchakasetcomponents: + Distutils
2018-08-02 14:35:55serhiy.storchakasetnosy: + eric.araujo, dstufft
stage: patch review

versions: + Python 3.8
2018-08-02 14:31:18schnaittermcreate