mirror of
https://github.com/python/cpython.git
synced 2026-05-22 12:24:30 -04:00
444ac0b7a6
* Allow to specify the signature of custom callable instances of extension type by the __text_signature__ attribute. * Specify signatures of operator.attrgetter, operator.itemgetter, and operator.methodcaller instances.
Source files for standard library extension modules, and former extension modules that are now builtin modules.