]> granicus.if.org Git - python/commit
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 May 2013 15:50:54 +0000 (18:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 May 2013 15:50:54 +0000 (18:50 +0300)
commit1cfebc73e0ecbcde0b564567606882d70c7812ec
treeca375e40efe5b44abc67c402ac6864903696b47f
parent8d90e383a3517a13d752625231584967397d8ba2
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.
Doc/c-api/object.rst
Doc/data/refcounts.dat
Include/abstract.h
Misc/ACKS
Misc/NEWS
Objects/abstract.c