pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Calling a subroutine as &mySub; needs to pass in @_

Open snoopyjc opened this issue 3 years ago • 1 comments

Per the documentation: "Calling a subroutine as &foo with no trailing parentheses ignores the prototype of foo and passes it the current value of the argument list, @_. " Pythonizer doesn't do that.

snoopyjc avatar Feb 12 '22 16:02 snoopyjc

Fixed in https://github.com/snoopyjc/pythonizer v0.950

snoopyjc avatar Feb 18 '22 05:02 snoopyjc