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.

Author jmr
Recipients dstufft, eric.araujo, jmr, ned.deily, ronaldoussoren
Date 2020-04-22.11:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
That ValueError I mentioned causes build failures for extension modules whenever the CFLAGS in sysconfig contains an -isysroot flag in the single arg form. We ran into it a lot in MacPorts on Mojave and Catalina. So I would consider it a bug, and would prefer to backport to all branches that are open for bug fixes.
History
Date User Action Args
2020-04-22 11:34:30jmrsetrecipients: + jmr, ronaldoussoren, ned.deily, eric.araujo, dstufft
2020-04-22 11:34:30jmrsetmessageid: <[email protected]>
2020-04-22 11:34:30jmrlinkissue38360 messages
2020-04-22 11:34:30jmrcreate