Prevent fused dispatcher optional arguments being overwritten (GH-3519)
* Prevent fused dispatcher optional arguments being overwritten If the 5th argument of the regular functions was optional it'd overwrite the _fused_sigindex default of the dispatcher, causing type errors at runtime. closes https://github.com/cython/cython/issues/3511
Showing
Please register or sign in to comment