pythonizer
pythonizer copied to clipboard
push generates bad code for simple case of array and scalar
The perl code:
push @arr,$val;
generates only "val" in python, instead of the correct code.
Fixed in https://github.com/snoopyjc/pythonizer