Nicko van Someren wrote:
> I don't know if your patch will be accepted but two salient questions  
> you should address are:
>       a) Will the change break much existing code?
>       b) Will the change substantially impact performance?
> 
> It seems to me that the answer should be 'no' to both questions, which  
> is a good start!

I don't agree with you. I believe the answer to both questions is yes.
It will break every C code and it may slow down existing C code unless
you implement and optimize a fast path for Py_True and Py_False.

Christian

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

Reply via email to