v3.11.15
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31711)
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)
bpo-24234: implement complex.__complex__ (GH-27887)
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
bpo-26579: Add object.__getstate__(). (GH-2821)
[3.11] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (#113380)