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 2019-10-03.11:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570101654.53.0.395218631906.issue38360@roundup.psfhosted.org>
In-reply-to
Content
The path associated with the -isysroot compiler flag can be supplied either as a separate argument or in the same argument as -isysroot itself. The places in library code that do special handling of this flag should support both forms, but currently only support the two separate arguments form. This means that the flag may not be removed when pointing to a nonexistent SDK or when a different SDK is specified in the user's CFLAGS, and at worst a ValueError is raised in compiler_fixup.
History
Date User Action Args
2019-10-03 11:20:54jmrsetrecipients: + jmr, ronaldoussoren, ned.deily, eric.araujo, dstufft
2019-10-03 11:20:54jmrsetmessageid: <1570101654.53.0.395218631906.issue38360@roundup.psfhosted.org>
2019-10-03 11:20:54jmrlinkissue38360 messages
2019-10-03 11:20:54jmrcreate