panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

PyPanda: fix exception handling in _run_and_catch #1503

Closed AndrewFasano closed 2 months ago

AndrewFasano commented 2 months ago

Previously after an exception had been raised we would return None in all subsequent callbacks and trigger additional type errors (and lose the original error?)