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 ethan smith
Recipients ethan smith, gregory.p.smith, paul.moore, pmpp, steve.dower, tim.golden, tritium, zach.ware
Date 2018-06-07.04:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528347345.73.0.592728768989.issue33351@psf.upfronthosting.co.za>
In-reply-to
Content
I sent my patches to clang-cl upstream [1]. It seems they want to implement Hardware Lock Elision (which is used by some MSVC compiler intrinsics in pyatomic.h) before implementing the needed intrinsics.

I have found temporary replacements that do not elide locks, but have effectively the same functional purpose as those intrinsics, so I should have a full PR for CPython ready soon.

[1] https://reviews.llvm.org/D47672
History
Date User Action Args
2018-06-07 04:55:45ethan smithsetrecipients: + ethan smith, gregory.p.smith, paul.moore, tim.golden, pmpp, zach.ware, steve.dower, tritium
2018-06-07 04:55:45ethan smithsetmessageid: <1528347345.73.0.592728768989.issue33351@psf.upfronthosting.co.za>
2018-06-07 04:55:45ethan smithlinkissue33351 messages
2018-06-07 04:55:45ethan smithcreate