-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported opcode: MAP_ADD #477
Comments
Reproduced on Ubuntu 22.04 (python 3.10), with latest pycdc version:
The issue does not happen with less than 16 elements in the dictionary so I'm guessing some form of optimization for small dict is in play. |
Might actually be a different issue. OP is mentioning python 3.9 and I can't reproduce on it. Moreover, my issue look a lot like numba/numba#7894 which is python 3.10 related. Should I open another issue? |
python 3.9
Unsupported opcode: MAP_ADD
Unsupported Node type: 12
The text was updated successfully, but these errors were encountered: