diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-30 22:33:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 22:33:49 (GMT) |
commit | 801741ff8155623fe6483971e68f30ff654323bc (patch) | |
tree | 22b6513b9511cbcf4f67f5f256397aa8956df71d /Python/instrumentation.c | |
parent | 1673e440174361568688c7374a32fac3e7785175 (diff) | |
download | cpython-801741ff8155623fe6483971e68f30ff654323bc.zip cpython-801741ff8155623fe6483971e68f30ff654323bc.tar.gz cpython-801741ff8155623fe6483971e68f30ff654323bc.tar.bz2 |
gh-90815: Fix mimalloc atomic.h on Windows arm64 (#111527)
mi_atomic_load_explicit() casts 'p' argument to drop the 'const'
qualifier on Windows arm64 platform. Fix the compiler warning:
'function': different 'const' qualifiers
(compiling source file ..\Objects\mimalloc\options.c)
Diffstat (limited to 'Python/instrumentation.c')
0 files changed, 0 insertions, 0 deletions