mirror of
https://github.com/python/cpython.git
synced 2026-05-31 08:39:49 -04:00
65aaef423b
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.