enthought / enable

Enable: low-level drawing and interaction
Other
91 stars 45 forks source link

PyQt5 on Python 3.10 doesn't cast float to int #1037

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

This is due to https://bugs.python.org/issue36048 (most likely). We should probably be doing explicit casts to int in affected calls, since that was what was happening anyway.