Commit 84fd610
authored
Fix
Looks like `p (bool) [int]`
(https://docs.python.org/3.13/library/functions.html#bool) was
misinterpreted. There was no need to use the bool type directly. It also
looks like it's a UB bug, as it worked for GCC but not for clang.
Signed-off-by: Anatoly Myachev <[email protected]>load_binary function for clang++ compiler (#4951)1 parent 6db18fb commit 84fd610
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments