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 izbyshev
Recipients benjamin.peterson, izbyshev, serhiy.storchaka, vstinner
Date 2018-11-09.22:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541803246.16.0.788709270274.issue35204@psf.upfronthosting.co.za>
In-reply-to
Content
I've submitted a PR which implements the change with additional cleanups.

GCC introduced TSan together with ASan in 4.8[1], but didn't provide a macro to test for -fsanitize=thread option until 7[2,3].

[1] https://gcc.gnu.org/gcc-4.8/changes.html
[2] https://gcc.gnu.org/onlinedocs/gcc-6.4.0/cpp/Common-Predefined-Macros.html#Common-Predefined-Macros
[3] https://gcc.gnu.org/onlinedocs/gcc-7.1.0/cpp/Common-Predefined-Macros.html#Common-Predefined-Macros
History
Date User Action Args
2018-11-09 22:40:46izbyshevsetrecipients: + izbyshev, vstinner, benjamin.peterson, serhiy.storchaka
2018-11-09 22:40:46izbyshevsetmessageid: <1541803246.16.0.788709270274.issue35204@psf.upfronthosting.co.za>
2018-11-09 22:40:46izbyshevlinkissue35204 messages
2018-11-09 22:40:46izbyshevcreate