You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems related to #2328 but no real fix/build around available, right?
Hi,
I use mpy latest prebuild on esp8266 and sfp (Simple Python Fixed-Point Module (SPFPM))
sfp works as expected on win/linux with python 3.x
BUT sfp has an issue with mpy, e.g. if I multiply a variable from type FXnum with int/float
than it only works (FXnum) * (int/float) but not (int/float) * (FXnum).
As highlighted, it seems that rmul as well as any other right-oriented magic method doesn't work with a non-standard type.