• Gustavo Niemeyer's avatar
    Fixing bug · 78429a6a
    Gustavo Niemeyer yazdı
    [#448679] Left to right
    
    * Python/compile.c
      (com_dictmaker): Reordered evaluation of dictionaries to follow strict
      LTR evaluation.
    
    * Lib/compiler/pycodegen.py
      (CodeGenerator.visitDict): Reordered evaluation of dictionaries to
      follow strict LTR evaluation.
    
    * Doc/ref/ref5.tex
      Documented the general LTR evaluation order idea.
    
    * Misc/NEWS
      Documented change in evaluation order of dictionaries.
    78429a6a
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
future.py Loading commit data...
misc.py Loading commit data...
pyassem.py Loading commit data...
pycodegen.py Loading commit data...
symbols.py Loading commit data...
syntax.py Loading commit data...
transformer.py Loading commit data...
visitor.py Loading commit data...