Message 403307 - Python tracker

Message403307

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 <1633532182.18.0.608971052725.issue45371@roundup.psfhosted.org>
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: <1633532182.18.0.608971052725.issue45371@roundup.psfhosted.org>
2021-10-06 14:56:22FFY00linkissue45371 messages
2021-10-06 14:56:22FFY00create