[issue33351] Support compiling with clang-cl on Windows

Ethan Smith report at bugs.python.org
Thu Jun 7 00:55:45 EDT 2018


Ethan Smith <ethan at ethanhs.me> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33351>
_______________________________________


More information about the Python-bugs-list mailing list