Serhiy Storchaka added the comment:
This bug is fixed by more comprehensive patch for issue25945.
--
nosy: +serhiy.storchaka
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Type confusion in partial_setstate and partial_call leads to
memory corruptio
New submission from Josh Rosenberg:
Minor bug introduced while implementing the fix for #7830:
In the case where functools.partial is wrapping another functools.partial
instance, both of them providing positional arguments, the value nargs is not
freed when the tuple concatenation fails and th