Files
cpython/Lib/test
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
..
2016-01-28 18:13:45 +01:00
2015-10-05 22:00:33 -07:00
2015-12-05 00:18:29 -06:00
2015-09-06 21:44:45 +03:00
2015-09-07 04:04:40 +00:00
2015-09-09 01:56:53 +00:00
2015-09-09 01:56:53 +00:00
2015-09-29 10:30:04 -04:00
2015-10-12 23:30:15 -05:00