[issue1302] Fixes for profile/cprofile

Christian Heimes report at bugs.python.org
Fri Oct 26 02:00:48 CEST 2007


Christian Heimes added the comment:

Guido van Rossum wrote:
> Guido van Rossum added the comment:
> 
> Committed revision 58659.
> 
> I'm sorry I confused you; I was fine with the version that has char
> lower[N] but I wanted you to not repeat N-1 later in the code. See what
> I checked in. :-)

I still don't understand why you are using (sizeof lower) - 2 and what
&lower[(sizeof lower) - 2] returns. Is it the memory address of lower[17]?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1302>
__________________________________


More information about the Python-bugs-list mailing list