softpano / pythonizer

Translator (or more correctly transcriber) from Perl to Python
http://www.softpanorama.org/Scripting/Pythonorama/Python_for_perl_programmers/Pythonizer/index.shtml
Other
39 stars 17 forks source link

Bad code generated for exists with hash of hashes #91

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

Bad code generated for exists with hash of hashes. For example:

next if not exists $bundles{$cttmembers{$key}};
next if exists $bidsinterface{$node}{$name}; 

both generate bad code.

snoopyjc commented 2 years ago

Implemented in https://github.com/snoopyjc/pythonizer v0.920