8000 Interestingly, for debug builds I now need this, too. · chris-eibl/cpython@0bd337d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd337d

Browse files
committed
Interestingly, for debug builds I now need this, too.
python#130040 (comment)
1 parent 0e6f95f commit 0bd337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_debug_offsets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
declaration \
2424
_GENERATE_DEBUG_SECTION_LINUX(name)
2525

26-
#if defined(MS_WINDOWS)
26+
#if defined(MS_WINDOWS)&& !defined(__clang__)
2727
#define _GENERATE_DEBUG_SECTION_WINDOWS(name) \
2828
_Pragma(Py_STRINGIFY(section(Py_STRINGIFY(name), read, write))) \
2929
__declspec(allocate(Py_STRINGIFY(name)))

0 commit comments

Comments
 (0)
0