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 FFY00
Recipients FFY00, chaz6, christian.heimes, dstufft, eric.araujo, miss-islington
Date 2021-10-06.14:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The fix that was merged seems a bit hacky to me -- it changes the _is_gcc check so that it returns True on clang.

Even though distutils is deprecated and no longer synced externally, if someone needs to issue a similar fix, this might trip them over.

I would recommend replacing it with [1], from the now externally maintained distutils module.

[1] https://github.com/pypa/distutils/pull/55
History
Date User Action Args
2021-10-06 14:56:22FFY00setrecipients: + FFY00, christian.heimes, eric.araujo, chaz6, dstufft, miss-islington
2021-10-06 14:56:22FFY00setmessageid: <[email protected]>
2021-10-06 14:56:22FFY00linkissue45371 messages
2021-10-06 14:56:22FFY00create