aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-01-27 09:24:50 +0200
committerMatti Picus <matti.picus@gmail.com>2021-01-27 09:24:50 +0200
commitcc782e6257ddceab6d57434fccd93ee0ce88ac10 (patch)
tree519220e25b50d7c3e16865e5ab2717253492a1ff
parentmerge default into branch (diff)
downloadpypy-cc782e6257ddceab6d57434fccd93ee0ce88ac10.tar.gz
pypy-cc782e6257ddceab6d57434fccd93ee0ce88ac10.tar.bz2
pypy-cc782e6257ddceab6d57434fccd93ee0ce88ac10.zip
document and close branch to be merged
-rw-r--r--pypy/doc/whatsnew-head.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
index f8adb5e3c2..436630784e 100644
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -49,3 +49,8 @@ Windows)
Backport fixes to winreg adding reflection and fix for passing None (bpo
21151).
+
+.. branch: pymodule_new-const-charp
+
+Change parameter type of ``PyModule_New`` to ``const char*``, add
+``PyModule_Check`` and ``PyModule_CheckExact``