Commit c02851a
committed
Fixes for python 3.10
Python 3.10 removed implicit conversions in some cases. This impacts
PyQt functions.
> Builtin and extension functions that take integer arguments no longer
> accept Decimals, Fractions and other objects ...
https://docs.python.org/3.10/whatsnew/3.10.html#other-language-changes1 parent 723e733 commit c02851a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments