Files
cpython/Modules
Serhiy Storchaka 444ac0b7a6 gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} instances (GH-118316)
* 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.
2024-04-29 19:30:48 +03:00
..

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