diff options
Diffstat (limited to 'Misc/stable_abi.toml')
-rw-r--r-- | Misc/stable_abi.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml index 7ff4da9..fac59c9 100644 --- a/Misc/stable_abi.toml +++ b/Misc/stable_abi.toml @@ -447,6 +447,7 @@ added = '3.2' [function.PyCFunction_Call] added = '3.2' + abi_only = true [function.PyCFunction_GetFlags] added = '3.2' [function.PyCFunction_GetFunction] |