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: sysconfig appends CFLAGS to LD
Type: Stage: resolved
Components: Distutils Versions: Python 3.9
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Greentwip, dstufft, eric.araujo, ned.deily, steve.dower
Priority: normal Keywords: patch

Created on 2021-01-08 04:00 by Greentwip, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sysconfig.py Greentwip, 2021-01-08 04:00
Pull Requests
URL Status Linked Edit
PR 24162 Greentwip, 2021-01-08 04:00
PR 24163 closed Greentwip, 2021-01-08 04:03
Messages (3)
msg384632 - (view) Author: Victor Lopez (Greentwip) Date: 2021-01-08 04:00
This should not happen as some CFLAGS are exclusive to the compiler and it will break cross-compiling linkers

The proposed sysconfig is attached
msg384634 - (view) Author: Victor Lopez (Greentwip) Date: 2021-01-08 04:03
I'm updating this to comply with the GitHub PR policies
msg386225 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-02-03 18:01
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:40adminsetgithub: 87031
2021-02-03 18:01:21steve.dowersetstatus: open -> closed

nosy: + steve.dower
messages: + msg386225

resolution: out of date
stage: patch review -> resolved
2021-01-08 16:59:47ned.deilysetnosy: + ned.deily
2021-01-08 04:03:27Greentwipsetkeywords: + patch

stage: patch review
messages: + msg384634
pull_requests: + pull_request22991
2021-01-08 04:00:38Greentwipcreate