• Guillaume Seguin's avatar
    Cleanup gcoder · f4491115
    Guillaume Seguin authored
    This construct "current_x = x or current_x" was not correctly handling
    cases where x could be 0 and current_x None, and current_x still be None
    after the statement while it should have been 0.
    f4491115
gcoder.py 18.2 KB