snoopyjc / pythonizer

Automatic translator from Perl to Python
https://snoopyjc.org/pythonizer/
Artistic License 2.0
12 stars 1 forks source link

Hash slice on LHS with @$aref generates bad code #321

Closed snoopyjc closed 1 year ago

snoopyjc commented 1 year ago

Hash slice on LHS with @$aref generates bad code. For example (from DBI.pm):

        @{$ref}{@$NAME} = @row;

Related issue: https://github.com/snoopyjc/pythonizer/issues/160

snoopyjc commented 1 year ago

Fixed in 1.029