summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-05-29 15:50:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-05-29 15:50:54 (GMT)
commit1cfebc73e0ecbcde0b564567606882d70c7812ec (patch)
treeca375e40efe5b44abc67c402ac6864903696b47f /Misc/ACKS
parent8d90e383a3517a13d752625231584967397d8ba2 (diff)
downloadcpython-1cfebc73e0ecbcde0b564567606882d70c7812ec.zip
cpython-1cfebc73e0ecbcde0b564567606882d70c7812ec.tar.gz
cpython-1cfebc73e0ecbcde0b564567606882d70c7812ec.tar.bz2
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
PyObject_CallMethod() now changed to `const char*`. Based on patches by Jörg Müller and Lars Buitinck.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1f58981..9ba99cd 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -174,6 +174,7 @@ Floris Bruynooghe
Stan Bubrouski
Erik de Bueger
Jan-Hein Bührman
+Lars Buitinck
Dick Bulterman
Bill Bumgarner
Jimmy Burgett
@@ -872,6 +873,7 @@ Neil Muller
Louis Munro
R. David Murray
Matti Mäki
+Jörg Müller
Dale Nagata
John Nagle
Takahiro Nakayama