File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,7 @@ jobs:
114114 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
115115 brew install llvm@${{ matrix.llvm }}
116116 export SDKROOT="$(xcrun --show-sdk-path)"
117- export PATH="/opt/homebrew/Cellar/llvm/{{ matrix.llvm }}.1.1:$PATH"
118- export PATH="/usr/local/opt/llvm/bin:$PATH"
117+ export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
119118 CC=clang-20 ./configure --with-tail-call-interp
120119 make all --jobs 4
121120 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ extern "C" {
2727#define _GENERATE_DEBUG_SECTION_WINDOWS (name ) \
2828 _Pragma(Py_STRINGIFY(section(Py_STRINGIFY(name), read, write))) \
2929 __declspec(allocate(Py_STRINGIFY(name)))
30- #elif defined(MS_WINDOWS ) && defined(__clang__ )
31- _Pragma (Py_STRINGIFY (section (Py_STRINGIFY (name ), read , write )))
3230#else
3331#define _GENERATE_DEBUG_SECTION_WINDOWS (name )
3432#endif
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ static void call_ll_exitfuncs(_PyRuntimeState *runtime);
109109_Py_COMP_DIAG_PUSH
110110_Py_COMP_DIAG_IGNORE_DEPR_DECLS
111111
112- GENERATE_DEBUG_SECTION (PyRuntime , _PyRuntimeState _PyRuntime )
112+ GENERATE_DEBUG_SECTION (PyRuntime , extern _PyRuntimeState _PyRuntime )
113113= _PyRuntimeState_INIT (_PyRuntime , _Py_Debug_Cookie );
114114_Py_COMP_DIAG_POP
115115
You can’t perform that action at this time.
0 commit comments