• Serhiy Storchaka's avatar
    Issue #25945: Fixed bugs in functools.partial. · 65aaef42
    Serhiy Storchaka authored
    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.
    65aaef42
NEWS 324 KB