graalpython icon indicating copy to clipboard operation
graalpython copied to clipboard

Absent instrumentation tags in WriteLocalVariableNode and Python call nodes with one to four arguments.

Open Yuhala opened this issue 3 years ago • 0 comments

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.

Yuhala avatar Sep 16 '22 06:09 Yuhala