mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
457fc9a69e
The pure Python fallback implementation of functools.partial now matches the behaviour of its accelerated C counterpart for subclassing, pickling and text representation purposes. Patch by Emanuel Barry and Serhiy Storchaka.
Source files for standard library extension modules, and former extension modules that are now builtin modules.