• Guido van Rossum's avatar
    Enable nested scopes by default. · aa314298
    Guido van Rossum yazdı
    Although this is a one-character change, more work needs to be done:
    the compiler can get rid of a lot of non-nested-scopes code, the
    documentation needs to be updated, the future statement can be
    simplified, etc.
    
    But this change enables the nested scope semantics everywhere, and
    that's the important part -- we can now test code for compatibility
    with nested scopes by default.
    aa314298
compile.h 2.43 KB