Skip to content

Commit a2b9298

Browse files
committed
Add PyResource structure to Misc/stable_abi.toml
1 parent 6f93ff6 commit a2b9298

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Doc/data/stable_abi.dat

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Misc/stable_abi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,5 +2432,8 @@
24322432
added = '3.13'
24332433
[function.PyWeakref_GetRef]
24342434
added = '3.13'
2435+
[struct.PyResource]
2436+
added = '3.13'
2437+
struct_abi_kind = 'full-abi'
24352438
[function.PyResource_Release]
24362439
added = '3.13'

0 commit comments

Comments
 (0)