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 barry-scott
Recipients Trundle, barry-scott, loewis, r.david.murray, sebastinas
Date 2009-10-17.18:01:10
SpamBayes Score 0.00026410498
Marked as misclassified No
Message-id <1255802478.09.0.103454461279.issue6952@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my 1st patch to allow const char * and const Py_UNICODE *
It is agsinst http://svn.python.org/projects/python/trunk.

What I have attempted to do is stop the public API of python needing
char * or Py_UNICODE * where the API clearly does not need to modify
the argument. I have only modified internal API where its necessary
to provide a public const API.

Please give feedback and let me know if you wish me raise anything
with python dev.

I'm happy to produce a 3.2 version of the patch after the 2.7 version
is acceptable.

Barry
History
Date User Action Args
2009-10-17 18:01:18barry-scottsetrecipients: + barry-scott, loewis, sebastinas, r.david.murray, Trundle
2009-10-17 18:01:18barry-scottsetmessageid: <1255802478.09.0.103454461279.issue6952@psf.upfronthosting.co.za>
2009-10-17 18:01:16barry-scottlinkissue6952 messages
2009-10-17 18:01:15barry-scottcreate