Replies: 1 comment
-
See #5233 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a hierarchical state machine framework in Python for use in my Micropython projects.
This works fine in desktop Python3, but in Micropython (either the Unix or esp32 ports) it doesn't.
The problem is that references to the same bound method don't equal each other.
Here is a simple test program:
Here is the result when running from the Unix port of micropython:
Is this a bug in Micropython?
Beta Was this translation helpful? Give feedback.
All reactions