[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Armin Ronacher

New submission from Armin Ronacher armin.ronac...@active-4.com:

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 
compiler warnings on other systems either.

--
components: None
files: const.patch
keywords: patch
messages: 111435
nosy: aronacher
priority: normal
severity: normal
stage: patch review
status: open
title: Const-Correctness for Method Calls
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file18174/const.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9368
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Jörg Müller

Jörg Müller nex...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue9368
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9368] Const-Correctness for Method Calls

2010-07-24 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
resolution:  - duplicate
stage: patch review - committed/rejected
status: open - closed
superseder:  - const char* for PyObject_CallMethod and PyObject_CallFunction

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9368
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com