main
gh-150285: Fix too long docstrings in builtins (GH-150293)
gh-111178: Generate correct signature for most self converters (#128447)
gh-131525: Cache the result of tuple_hash (#131529)
gh-141510: No longer accept frozendict in PyDict_Copy() (#145542)
gh-137609: Change names of some positional-only parameters in builtins (GH-137611)
gh-144774: Add critical section in `BaseException.__setstate__` (#150578)
gh-128421: Add locking to most frame object functions (gh-131479)
gh-132661: Add default value (of `""`) for `Interpolation.expression` (#136441)
gh-78959: Add order parameter to memoryview.cast() (GH-153663)
gh-129068: Make range iterators thread-safe (gh-142886)
gh-148829: Make sentinels' repr and module customizable (#149654)
gh-132657: Add lock-free set contains implementation (#132290)
gh-111178: Change Argument Clinic signature for METH_O (#130682)
gh-148207: add additional keywords to `typing.TypeVarTuple` (#148212)