• Brandon T. Willard's avatar
    Remove unnecessary Constant cloning from clone_get_equiv · 712c53a6
    Brandon T. Willard 提交于
    Since it is no longer necessary to clone `Constant`s, and they add extra work
    for the merge rewrites, `clone_get_equiv`'s `copy_orphans` option has been
    prevented from cloning `Constant`s.  The option is mostly applicable to
    constants, but it has been retained for other non-`Constant` cases (just in
    case) and backward compatibility.
    712c53a6
basic.py 57.3 KB