We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d117b7 commit bc34ab9Copy full SHA for bc34ab9
Tools/ubsan/suppressions.txt
@@ -9,9 +9,6 @@
9
# Objects/object.c:97:5: runtime error: member access within null pointer of type 'PyThreadState' (aka 'struct _ts')
10
null:Objects/object.c
11
12
-# Objects/memoryobject.c:3032:15: runtime error: load of value 2, which is not a valid value for type 'bool'
13
-bool:Objects/memoryobject.c
14
-
15
# Modules/_ctypes/cfield.c:644:1: runtime error: left shift of 1 by 63 places cannot be represented in type 'int64_t' (aka 'long')
16
shift-base:Modules/_ctypes/cfield.c
17
0 commit comments