Files
cpython/Lib
Serhiy Storchaka 3874128519 Issue #25945: Fixed bugs in functools.partial.
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.
2016-02-02 18:45:17 +02:00
..
2015-11-23 21:03:09 -08:00
2016-01-21 21:55:32 -05:00
2015-10-24 20:07:08 -07:00
2015-10-10 19:36:40 -07:00