[New-bugs-announce] [issue9368] Const-Correctness for Method Calls

Armin Ronacher report at bugs.python.org
Sat Jul 24 11:52:59 CEST 2010


New submission from Armin Ronacher <armin.ronacher at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9368>
_______________________________________


More information about the New-bugs-announce mailing list