gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders #106902
build.yml
on: pull_request
Check for source changes
13s
Matrix: macOS / build and test
Matrix: macOS (free-threading) / build and test
Matrix: Ubuntu SSL tests with OpenSSL
Matrix: CIFuzz
Check if generated files are up to date
4m 46s
Windows
/
build and test (x86)
16m 3s
Windows
/
build and test (x64)
14m 38s
Windows
/
build (arm64)
2m 56s
Windows (free-threading)
/
build and test (x86)
27m 1s
Windows (free-threading)
/
build and test (x64)
24m 46s
Windows (free-threading)
/
build (arm64)
2m 33s
Ubuntu
/
build and test
7m 54s
Ubuntu (free-threading)
/
build and test
9m 23s
WASI
/
build and test
9m 52s
Hypothesis tests on Ubuntu
6m 20s
Address sanitizer
8m 47s
Thread sanitizer
/
Thread sanitizer
6m 42s
Thread sanitizer (free-threading)
/
Thread sanitizer
7m 10s
Docs
/
Docs
Docs
/
Docs (Oldest Sphinx)
Docs
/
Doctest
All required checks pass
3s
Annotations
10 warnings
Windows (free-threading) / build (arm64):
Python/optimizer_cases.c.h#L1601
'initializing': conversion from 'uint64_t' to 'uintptr_t', possible loss of data [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows / build (arm64):
Python/optimizer_cases.c.h#L1601
'initializing': conversion from 'uint64_t' to 'uintptr_t', possible loss of data [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows / build (arm64):
Python/gc.c#L1240
'function': conversion from 'uintptr_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Windows / build (arm64):
Python/gc.c#L1700
'function': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Hypothesis tests on Ubuntu
No files were found with the provided path: .hypothesis/examples/. No artifacts will be uploaded.
|
Address sanitizer:
Python/gc.c#L1387
unused variable ‘not_visited’ [-Wunused-variable]
|
Windows / build and test (x64):
Python/optimizer_cases.c.h#L1601
'initializing': conversion from 'uint64_t' to 'uintptr_t', possible loss of data [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows / build and test (x64):
Python/gc.c#L1240
'function': conversion from 'uintptr_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Windows / build and test (x64):
Python/gc.c#L1700
'function': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Windows (free-threading) / build and test (x64):
Python/optimizer_cases.c.h#L1601
'initializing': conversion from 'uint64_t' to 'uintptr_t', possible loss of data [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|