• Amaury Forgeot d'Arc's avatar
    #6201: Fix test_winreg on Windows: · 901f200c
    Amaury Forgeot d'Arc yazdı
    since the introduction of the SETUP_WITH opcode,
    __enter__ and __exit__ methods must belong to the type,
    and are not retrieved at the instance level (__dict__ or __getattr__).
    
    Add a note in whatsnew about this incompatibility;
    old style classes are not affected.
    901f200c
_winreg.c 48 KB