smarie / python-makefun

Dynamically create python functions with a proper signature.
https://smarie.github.io/python-makefun/
BSD 3-Clause "New" or "Revised" License
119 stars 16 forks source link

`@compile_fun` `OSError: could not get source code` or `IOError: could not get source code` #51

Closed smarie closed 4 years ago

smarie commented 4 years ago

When a function to compile depends on an already-compiled function, this can happen.