Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: woodruffw <[email protected]>
  • Loading branch information
github-actions[bot] and woodruffw authored Feb 16, 2023
1 parent 2090cce commit c28af44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3322,12 +3322,6 @@
ifdef=None,
abi_only=True,
),
Symbol(name="_PyState_AddModule"): Function(
symbol=Symbol(name="_PyState_AddModule"),
added=PyVersion(major=3, minor=2),
ifdef=None,
abi_only=True,
),
Symbol(name="_PyThreadState_Init"): Function(
symbol=Symbol(name="_PyThreadState_Init"),
added=PyVersion(major=3, minor=2),
Expand Down
2 changes: 1 addition & 1 deletion codegen/stable_abi.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f14055181c7075a4abfeca3ee439a67e3c6c9a599e0fac8806aad438acb2f207
686c40edb2e555e5e38a58cab3d9d5e23afb30840a7791048e6708b8ead8b2e7
3 changes: 0 additions & 3 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1684,9 +1684,6 @@
[function._PyObject_NewVar]
added = '3.2'
abi_only = true
[function._PyState_AddModule]
added = '3.2'
abi_only = true
[function._PyThreadState_Init]
added = '3.2'
abi_only = true
Expand Down

0 comments on commit c28af44

Please sign in to comment.