Proper pep695 generic function docstrings #10194
ci.yml
on: pull_request
Manylinux on π 3.13t β’ GIL
6m 18s
π 3.10 β’ CUDA 12.2 β’ Ubuntu 22.04
9m 9s
π 3 β’ NVHPC 23.5 β’ C++17 β’ x64
27m 3s
π 3 β’ ICC latest β’ x64
18m 32s
π 3.9 β’ Debian β’ x86 β’ Install
4m 30s
Documentation build test
1m 9s
Matrix: centos
Matrix: clang
Matrix: deadsnakes
Matrix: gcc
Matrix: inplace
Matrix: mingw
Matrix: π
Matrix: π
Matrix: win32-debug
Matrix: win32
Matrix: windows-2022
Matrix: windows_clang
Annotations
15 errors and 2 warnings
|
π (ubuntu-latest, 3.10, -DCMAKE_CXX_STANDARD=20) / π§ͺ
Process completed with exit code 1.
|
|
π (ubuntu-latest, 3.10, -DCMAKE_CXX_STANDARD=20) / π§ͺ:
tests/test_pytypes.py#L1146
test_typevar
assert --- actual / +++ expected
- typevar_constraints_int_str[T: (int, str)](arg0: T) -> None
+ typevar_constraints_int_str[T: (typing.SupportsInt, str)](arg0: T) -> None
? +++ ++++++++++++
|
|
π 3.9 β’ MSVC 2022 C++20 β’ x64
Process completed with exit code 1.
|
|
π (windows-latest, 3.14, -DCMAKE_CXX_STANDARD=20) / π§ͺ
Process completed with exit code 1.
|
|
π 3.9 β’ MSVC 2022 (Debug) β’ x86 -DCMAKE_CXX_STANDARD=20
Process completed with exit code 1.
|
|
π 3 β’ GCC 13 β’ C++20 β’ x64 β’ cxx_flags
Process completed with exit code 2.
|
|
π (ubuntu-latest, 3.13t, -DCMAKE_CXX_STANDARD=20 -DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_I... / π§ͺ
Process completed with exit code 1.
|
|
π (ubuntu-latest, 3.13t, -DCMAKE_CXX_STANDARD=20 -DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_I... / π§ͺ:
tests/test_pytypes.py#L1146
test_typevar
assert --- actual / +++ expected
- typevar_constraints_int_str[T: (int, str)](arg0: T) -> None
+ typevar_constraints_int_str[T: (typing.SupportsInt, str)](arg0: T) -> None
? +++ ++++++++++++
|
|
π 3.10 β’ MSVC 2022 β’ x86 -DCMAKE_CXX_STANDARD=20
Process completed with exit code 1.
|
|
π (windows-latest, pypy3.11, -DCMAKE_CXX_STANDARD=20) / π§ͺ
Process completed with exit code 1.
|
|
π (ubuntu-latest, 3.13, -DCMAKE_CXX_STANDARD=23 -DPYBIND11_SIMPLE_GIL_MANAGEMENT=ON) / π§ͺ
Process completed with exit code 1.
|
|
π (ubuntu-latest, 3.13, -DCMAKE_CXX_STANDARD=23 -DPYBIND11_SIMPLE_GIL_MANAGEMENT=ON) / π§ͺ:
tests/test_pytypes.py#L1146
test_typevar
assert --- actual / +++ expected
- typevar_constraints_int_str[T: (int, str)](arg0: T) -> None
+ typevar_constraints_int_str[T: (typing.SupportsInt, str)](arg0: T) -> None
? +++ ++++++++++++
|
|
π (ubuntu-latest, graalpy-24.2, -DCMAKE_CXX_STANDARD=20) / π§ͺ
Process completed with exit code 1.
|
|
π (ubuntu-latest, graalpy-24.2, -DCMAKE_CXX_STANDARD=20) / π§ͺ:
tests/test_pytypes.py#L1146
test_typevar
assert --- actual / +++ expected
- typevar_constraints_int_str[T: (int, str)](arg0: T) -> None
+ typevar_constraints_int_str[T: (typing.SupportsInt, str)](arg0: T) -> None
? +++ ++++++++++++
|
|
π (windows-latest, 3.14t, -DCMAKE_CXX_STANDARD=23) / π§ͺ
Process completed with exit code 1.
|
|
π (ubuntu-latest, graalpy-24.1) / π§ͺ:
/opt/hostedtoolcache/GraalPy/24.1.2/x64/lib/python3.11/distutils/command/build_ext.py#L13
The distutils.sysconfig module is deprecated, use sysconfig instead
|
|
π (ubuntu-latest, graalpy-24.1) / π§ͺ:
/opt/hostedtoolcache/GraalPy/24.1.2/x64/lib/python3.11/site-packages/setuptools/__init__.py#L10
The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
|