This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, ext-, gustavo
Date 2007-12-17.23:52:00
SpamBayes Score 0.012127033
Marked as misclassified No
Message-id <1197935521.14.0.733321808003.issue1772673@psf.upfronthosting.co.za>
In-reply-to
Content
There was once a rather long discussion about "const" in
PyArg_ParseTupleAndKeywords:
http://mail.python.org/pipermail/python-dev/2006-February/060689.html

If you don't read it to the end, here is the conclusion:
"""
It sounds like the right answer for Python is to change the signature
of PyArg_ParseTupleAndKeywords() back.  We'll fix it when C fixes its
const rules <wink>.
"""

"const char*" was accepted without opposition, though.
History
Date User Action Args
2007-12-17 23:52:01amaury.forgeotdarcsetspambayes_score: 0.012127 -> 0.012127033
recipients: + amaury.forgeotdarc, gustavo, ext-
2007-12-17 23:52:01amaury.forgeotdarcsetspambayes_score: 0.012127 -> 0.012127
messageid: <1197935521.14.0.733321808003.issue1772673@psf.upfronthosting.co.za>
2007-12-17 23:52:01amaury.forgeotdarclinkissue1772673 messages
2007-12-17 23:52:00amaury.forgeotdarccreate