gh-111262: Make PyDict_Pop() public #92091
build.yml
on: pull_request
Check for source changes
16s
Matrix: Ubuntu SSL tests with OpenSSL
Matrix: CIFuzz
Docs
/
Docs
2m 35s
Docs
/
Docs (Oldest Sphinx)
2m 52s
Docs
/
Doctest
9m 23s
Check if generated files are up to date
7m 5s
Windows (x86)
22m 22s
Windows (x64)
22m 39s
Windows (arm64)
3m 18s
macOS
18m 49s
Ubuntu
21m 5s
Hypothesis tests on Ubuntu
8m 1s
Address sanitizer
14m 28s
All required checks pass
4s
Annotations
1 error and 15 warnings
Docs / Docs
Process completed with exit code 2.
|
Ubuntu SSL tests with OpenSSL (3.0.11):
Objects/dictobject.c#L2280
returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
|
Ubuntu SSL tests with OpenSSL (3.1.3):
Objects/dictobject.c#L2280
returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
|
Ubuntu SSL tests with OpenSSL (1.1.1w):
Objects/dictobject.c#L2280
returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
|
Windows (arm64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows (arm64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Windows (arm64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows (arm64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [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.
|
Hypothesis tests on Ubuntu:
Objects/dictobject.c#L2280
returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
|
Address sanitizer:
Objects/dictobject.c#L2280
returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
|
Ubuntu:
Objects/dictobject.c#L2280
returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
|
Windows (x64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows (x64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Windows (x64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
Windows (x64):
Objects/dictobject.c#L2280
'return': 'PyObject *' differs in levels of indirection from 'int' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|