[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> const char* for PyObject_CallMethod and PyObject_CallFunction ___ Python tracker

[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Jörg Müller
Jörg Müller added the comment: Uhm, while I reported this Armin was faster than me :) However, I've merged our patches in issue9369. -- nosy: +neXyon ___ Python tracker ___

[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Armin Ronacher
New submission from Armin Ronacher : The following patch changes some parts of the public C API for const correctness which would help C++ programmers. The original patch was provided by neXyon on irc.freenode.net. It does not produce any compiler warnings on GCC and I don't expect any compil