Skip to content

Throw AttributeError in tp_setattro for dynamic classes #184

Throw AttributeError in tp_setattro for dynamic classes

Throw AttributeError in tp_setattro for dynamic classes #184

Triggered via pull request December 3, 2024 15:50
Status Failure
Total duration 2m 53s
Artifacts

main.yml

on: pull_request
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 165 warnings
Build and Test (macos, 3.7, x64)
dyld[1789]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced from: <FA1C5C30-D202-30DA-B1C2-8EFF35C22F2B> /Users/runner/hostedtoolcache/Python/3.7.17/x64/bin/python3.7 Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/li
Build and Test (macos, 3.7, x64)
b/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache) ./setup.sh: line 52: 1789 Abort trap: 6 ./python -m ensurepip
Build and Test (macos, 3.7, x64)
The process '/bin/bash' failed with exit code 134
Build and Test (macos, 3.9, x64)
dyld[2979]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced from: <66A964D9-243D-3272-8551-316E3ABBB4F1> /Users/runner/hostedtoolcache/Python/3.9.20/x64/bin/python3.9 Reason:
Build and Test (macos, 3.9, x64)
tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache)
Build and Test (macos, 3.9, x64)
./setup.sh: line 54: 2979 Abort trap: 6 ./python -m ensurepip
Build and Test (macos, 3.9, x64)
The process '/bin/bash' failed with exit code 134
Build and Test (macos, 3.10, x64)
dyld[2050]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced from: <B5E916E8-01CA-35D0-8CA1-DB48CC803EB7> /Users/runner/hostedtoolcache/Python/3.10.15/x64/bin/python3.10 Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gette
Build and Test (macos, 3.10, x64)
xt/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache) ./setup.sh: line 54: 2050 Abort trap: 6 ./python -m ensurepip
Build and Test (macos, 3.10, x64)
The process '/bin/bash' failed with exit code 134
Build and Test (macos, 3.8, x64)
dyld[2406]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced from: <9976D7C4-C208
Build and Test (macos, 3.8, x64)
-3431-973C-AAF1551823AF> /Users/runner/hostedtoolcache/Python/3.8.18/x64/bin/python3.8 Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache)
Build and Test (macos, 3.8, x64)
./setup.sh: line 54: 2406 Abort trap: 6 ./python -m ensurepip
Build and Test (macos, 3.8, x64)
The process '/bin/bash' failed with exit code 134
Build and Test (ubuntu, 3.7, x64)
Process completed with exit code 1.
Build and Test (ubuntu, 3.10, x64)
Process completed with exit code 1.
Build and Test (ubuntu, 3.11, x64)
Process completed with exit code 1.
Build and Test (ubuntu, 3.9, x64)
Process completed with exit code 1.
Build and Test (ubuntu, 3.8, x64)
Process completed with exit code 1.
Build and Test (macos, 3.11, x64)
Process completed with exit code 1.
Build and Test (windows, 3.9, x64)
Process completed with exit code 1.
Build and Test (windows, 3.9, x86)
Process completed with exit code 1.
Build and Test (windows, 3.10, x64)
Process completed with exit code 1.
Build and Test (windows, 3.8, x86)
Process completed with exit code 1.
Build and Test (windows, 3.7, x64)
Process completed with exit code 1.
Build and Test (windows, 3.11, x64)
Process completed with exit code 1.
Build and Test (windows, 3.7, x86)
Process completed with exit code 1.
Build and Test (windows, 3.10, x86)
Process completed with exit code 1.
Build and Test (windows, 3.11, x86)
Process completed with exit code 1.
Build and Test (windows, 3.8, x64)
Process completed with exit code 1.
Build and Test (ubuntu, 3.7, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Test (ubuntu, 3.7, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.7, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.7, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.7, x64): src/runtime/ClassManager.cs#L676
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Test (ubuntu, 3.10, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.10, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.10, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/ClassManager.cs#L676
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/Native/StrPtr.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.10, x64): src/runtime/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Test (ubuntu, 3.11, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.11, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.11, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/ClassManager.cs#L676
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.11, x64): src/runtime/Codecs/DecoderGroup.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Test (ubuntu, 3.9, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.9, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.9, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/ClassManager.cs#L676
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.9, x64): src/runtime/Codecs/IPyObjectDecoder.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Test (ubuntu, 3.8, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.8, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (ubuntu, 3.8, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (ubuntu, 3.8, x64): src/runtime/Types/ManagedType.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build and Test (macos, 3.11, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/Types/ArrayObject.cs#L502
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/Types/ManagedType.cs#L122
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/Types/ManagedType.cs#L122
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (macos, 3.11, x64): src/runtime/Types/ClassBase.cs#L421
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.9, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.9, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x64): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.9, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.9, x86): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.9, x86): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.10, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.10, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x64): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.8, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.8, x86): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x86): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.7, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.7, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x64): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.7, x64): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.7, x64): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x64): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.7, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.7, x86): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.7, x86): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.10, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.10, x86): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.10, x86): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.11, x86)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.11, x86): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/PythonTypes/PyObject.cs#L1064
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/PythonTypes/PyObject.cs#L1082
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.11, x86): src/runtime/PythonTypes/PyList.cs#L174
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.8, x64)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
Build and Test (windows, 3.8, x64): src/runtime/AssemblyManager.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/AssemblyManager.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/AssemblyManager.cs#L300
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/AssemblyManager.cs#L312
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/AssemblyManager.cs#L327
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/ClassManager.cs#L676
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/Native/StrPtr.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test (windows, 3.8, x64): src/runtime/Types/ExceptionClassObject.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.