Skip to content

Commit

Permalink
Add PyResource structure to Misc/stable_abi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 10, 2023
1 parent 6f93ff6 commit a2b9298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Doc/data/stable_abi.dat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2432,5 +2432,8 @@
added = '3.13'
[function.PyWeakref_GetRef]
added = '3.13'
[struct.PyResource]
added = '3.13'
struct_abi_kind = 'full-abi'
[function.PyResource_Release]
added = '3.13'

0 comments on commit a2b9298

Please sign in to comment.