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
Most iterable objects returned by Ghidra API calls are iterable via classic for loops; however, there are some cases in which the iterable object is not compatible.
Description
Most iterable objects returned by Ghidra API calls are iterable via classic
for
loops; however, there are some cases in which the iterable object is not compatible.Steps to Re-create
Expected Behavior
dests
should be compatible to use with a classicfor
loop i.e.for dest in dests:
Actual Behavior
Using a classic
for
loop throws a PythonTypeError
Version Info
The text was updated successfully, but these errors were encountered: