graalpython
graalpython copied to clipboard
Absent instrumentation tags in WriteLocalVariableNode and Python call nodes with one to four arguments.
The com.oracle.graal.python.nodes.frame.WriteLocalVariableNode class does not override the hasTag method which provides the corresponding instrumentation tags. Same issue with the four nested classes: PythonCallUnary, PythonCallBinary, PythonCallTernary and PythonCallQuaternary of the com.oracle.graal.python.nodes.call.PythonCallNode class.
I will be opening a pull request with proposed fixes.