Skip to content

Commit bb7b9bb

Browse files
committed
hm
1 parent 7f2a04a commit bb7b9bb

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/reusable-san.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
else
5353
sudo ./llvm.sh 20
5454
fi
55+
env:
56+
SANITIZER: ${{ inputs.sanitizer }}
5557

5658
- name: Sanitizer option setup
5759
run: |

Modules/cpython-sys/wrapper.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
#define Py_BUILD_CORE
3333

3434
// 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
4035
#include "internal/pycore_parser.h"
4136
#include "internal/pycore_mimalloc.h"
4237
#include "internal/mimalloc/mimalloc.h"

0 commit comments

Comments
 (0)