[issue26104] Reference leak in functools.partial constructor in failure case

2016-01-13 Thread Serhiy Storchaka
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

[issue26104] Reference leak in functools.partial constructor in failure case

2016-01-13 Thread Josh Rosenberg
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