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