pydra icon indicating copy to clipboard operation
pydra copied to clipboard

Hashing of references to external functions

Open tclose opened this issue 9 months ago • 0 comments

Hashing of functions and methods is currently done on their AST as a first pass, and falling back to the byte-code if the source isn't available. However, this doesn't pick up changes in functions defined in the either in the current or other modules. Need to work out the best way to do this

tclose avatar Apr 01 '25 05:04 tclose