Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Exclude PyObject_GetItemData_DuringGC from limited ABI
  • Loading branch information
encukou committed Mar 13, 2026
commit 01cd8f7a4b560aac37398d17ba7247aa8ecbcd98
1 change: 0 additions & 1 deletion Doc/data/stable_abi.dat

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

1 change: 0 additions & 1 deletion Lib/test/test_stable_abi_ctypes.py

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

2 changes: 0 additions & 2 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2668,8 +2668,6 @@
added = '3.15'
[function.PyObject_GetTypeData_DuringGC]
added = '3.15'
[function.PyObject_GetItemData_DuringGC]
added = '3.15'
[function.PyType_GetModuleState_DuringGC]
added = '3.15'
[function.PyModule_GetState_DuringGC]
Expand Down
1 change: 0 additions & 1 deletion PC/python3dll.c

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

Loading