• Serhiy Storchaka's avatar
    Issue #25945: Fixed bugs in functools.partial. · 38741285
    Serhiy Storchaka yazdı
    Fixed a crash when unpickle the functools.partial object with wrong state.
    Fixed a leak in failed functools.partial constructor.
    "args" and "keywords" attributes of functools.partial have now always types
    tuple and dict correspondingly.
    38741285
_functoolsmodule.c 36 KB