Mark Dickinson <[EMAIL PROTECTED]> added the comment:

The +1 is there for the trailing null byte on the string:  if s is a 
Python string with len(s) == n, then the ob_sval array needs space for n+1 
characters.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to