Skip to content

exekall: Handle PEP 604 annotation

PEP 604 annotation such as "int | None" raise a TypeError on older versions of Python. Ignore such annotation by re-raising the appropriate exception.

Fixes https://github.com/ARM-software/lisa/issues/1743

Merge request reports