diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-25 19:01:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 19:01:45 (GMT) |
commit | 698b01513550798886add5e06a1c3f9a89d7dfc6 (patch) | |
tree | b61adbb68651fd6dd6bcd8b782e5e637eccb4752 /Misc/NEWS.d/next/C API | |
parent | b5ae7c498438657a6ba0bf4cc216b9c2c93a06c7 (diff) | |
download | cpython-698b01513550798886add5e06a1c3f9a89d7dfc6.zip cpython-698b01513550798886add5e06a1c3f9a89d7dfc6.tar.gz cpython-698b01513550798886add5e06a1c3f9a89d7dfc6.tar.bz2 |
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH-107227)
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r-- | Misc/NEWS.d/next/C API/2023-07-25-13-41-09.gh-issue-107226.N919zH.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-07-25-13-41-09.gh-issue-107226.N919zH.rst b/Misc/NEWS.d/next/C API/2023-07-25-13-41-09.gh-issue-107226.N919zH.rst new file mode 100644 index 0000000..6178f18 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2023-07-25-13-41-09.gh-issue-107226.N919zH.rst @@ -0,0 +1,2 @@ +:c:func:`PyModule_AddObjectRef` is now only available in the limited API +version 3.10 or later. |