Check for "Optional[ctype]" earlier because we need to make sure that...
Check for "Optional[ctype]" earlier because we need to make sure that "Optional[int]" etc. interprets "int" as (valid) Python int type and not (invalid) C int type. See https://github.com/cython/cython/issues/3883
Showing
Please register or sign in to comment