We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2a04a commit bb7b9bbCopy full SHA for bb7b9bb
2 files changed
.github/workflows/reusable-san.yml
@@ -52,6 +52,8 @@ jobs:
52
else
53
sudo ./llvm.sh 20
54
fi
55
+ env:
56
+ SANITIZER: ${{ inputs.sanitizer }}
57
58
- name: Sanitizer option setup
59
run: |
Modules/cpython-sys/wrapper.h
@@ -32,11 +32,6 @@
32
#define Py_BUILD_CORE
33
34
// Internal
35
-// Ensure C11 atomics are available for mimalloc headers.
36
-// Clang supports <stdatomic.h> in all C modes via __has_extension(c_atomic).
37
-#if !defined(__cplusplus)
38
-#include <stdatomic.h>
39
-#endif
40
#include "internal/pycore_parser.h"
41
#include "internal/pycore_mimalloc.h"
42
#include "internal/mimalloc/mimalloc.h"
0 commit comments