On 20 Oct 2009, at 04:35, Martin v. Löwis wrote:

The patch I developed for comment only adds const to the input
parameters and used casts to
allow output parameters to stay without the const.

What specific APIs are you talking about here?

Checking my patch I have two functions that need to
have output params changed to const to avoid casting.

        PyOS_strtoul                    - ptr
        PyLong_FromString       - pend

Barry

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to