v3.10.20
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100842)
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)