Skip to content
Prev Previous commit
Next Next commit
Move new entries to the end of Misc/stable_abi.toml.
  • Loading branch information
serhiy-storchaka committed Jul 10, 2023
commit 576bcf5302a90227cf80167a37a705324f967caa
8 changes: 4 additions & 4 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -977,10 +977,6 @@
added = '3.2'
[function.PyMapping_GetItemString]
added = '3.2'
[function.PyMapping_GetOptionalItem]
added = '3.13'
[function.PyMapping_GetOptionalItemString]
added = '3.13'
[function.PyMapping_HasKey]
added = '3.2'
[function.PyMapping_HasKeyString]
Expand Down Expand Up @@ -2436,3 +2432,7 @@
added = '3.13'
[function.PyWeakref_GetRef]
added = '3.13'
[function.PyMapping_GetOptionalItem]
added = '3.13'
[function.PyMapping_GetOptionalItemString]
added = '3.13'