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

Hash iterator idiom generates bad code #103

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

Hash iterator idiom generates bad code. For example:

    while (($key, $vars) = each %ENV) {...}

Also %ENV isn't mapped properly to os.environ in this case.

snoopyjc commented 2 years ago

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