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 mark.dickinson
Recipients christian.heimes, mark.dickinson, rhettinger
Date 2008-11-28.20:34:09
SpamBayes Score 0.0024676067
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-28 20:34:10mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, christian.heimes
2008-11-28 20:34:10mark.dickinsonsetmessageid: <[email protected]>
2008-11-28 20:34:09mark.dickinsonlinkissue4445 messages
2008-11-28 20:34:09mark.dickinsoncreate