Files
cpython/Modules
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
..
2014-10-28 22:24:46 +01:00
2016-01-07 21:37:37 -08:00
2015-03-18 16:05:32 +01:00
2015-04-13 14:21:02 -04:00
2016-01-01 11:56:16 -06:00
2015-10-10 19:32:33 -07:00
2015-04-13 22:00:30 +02:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00
2015-06-27 15:45:56 -05:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.