sdc
sdc copied to clipboard
automatic generation of type checks for overload
Hello @vlad-perevezentsev! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
Comment last updated at 2020-09-29 14:36:35 UTC
https://github.com/IntelPython/sdc/blob/numba_typing/numba_typing/local_variable_type_annotations.py#L11
This code actually modifies original function globals. This shouldn't happen, please fix.