summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-07-25 19:01:45 (GMT)
committerGitHub <noreply@github.com>2023-07-25 19:01:45 (GMT)
commit698b01513550798886add5e06a1c3f9a89d7dfc6 (patch)
treeb61adbb68651fd6dd6bcd8b782e5e637eccb4752 /Misc/NEWS.d/next/C API
parentb5ae7c498438657a6ba0bf4cc216b9c2c93a06c7 (diff)
downloadcpython-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.rst2
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.