summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>2022-07-07 11:26:21 (GMT)
committerGitHub <noreply@github.com>2022-07-07 11:26:21 (GMT)
commitdc36801f7c621d02350ef5c652d6dfa8d6f9aef7 (patch)
tree15607fc6d6f1f2e468dbcbb3b57d060ca0b78693 /Misc
parent663aa6e7d958fbc0a6d003429af2482ecd46ea1c (diff)
downloadcpython-dc36801f7c621d02350ef5c652d6dfa8d6f9aef7.zip
cpython-dc36801f7c621d02350ef5c652d6dfa8d6f9aef7.tar.gz
cpython-dc36801f7c621d02350ef5c652d6dfa8d6f9aef7.tar.bz2
[3.10] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94650)
(cherry picked from commit 8bbd70b4d130f060f87e3f53810dc747a49fa369) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2022-06-29-22-47-11.gh-issue-94430.hdov8L.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2022-06-29-22-47-11.gh-issue-94430.hdov8L.rst b/Misc/NEWS.d/next/Tools-Demos/2022-06-29-22-47-11.gh-issue-94430.hdov8L.rst
new file mode 100644
index 0000000..88aa8d0
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2022-06-29-22-47-11.gh-issue-94430.hdov8L.rst
@@ -0,0 +1,2 @@
+Allow parameters named ``module`` and ``self`` with custom C names in Argument
+Clinic. Patch by Erlend E. Aasland