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