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
Without bytecode attached, there's little I or someone else can do. A workaround it is to change format to something that does not use exeteded, e.g. disasm -S a-issue438.pyc
Description
cannot xdis Python bytecode 3.9.0
How to Reproduce
disasm -S -F extended a-issue438.pyc
Output Given
Expected behavior
no assertion error, full disasm printed out
Environment
-->
Workarounds
Use a non-extended format
Priority
Low
Additional Context
N/A
a-issue438.zip
The text was updated successfully, but these errors were encountered: