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 christian.heimes
Recipients christian.heimes, mark.dickinson, rhettinger
Date 2008-11-28.20:27:46
SpamBayes Score 0.00014402092
Marked as misclassified No
Message-id <1227904067.35.0.702137181534.issue4445@psf.upfronthosting.co.za>
In-reply-to
Content
Why is +1 required here? If I understand offsetof() correctly than it
returns the position of the ob_sval element. Shouldn't PyStringObject +
offsetof(PyStringObject, ob_sval) point to the first element of the
ob_svall array?
History
Date User Action Args
2008-11-28 20:27:47christian.heimessetrecipients: + christian.heimes, rhettinger, mark.dickinson
2008-11-28 20:27:47christian.heimessetmessageid: <1227904067.35.0.702137181534.issue4445@psf.upfronthosting.co.za>
2008-11-28 20:27:46christian.heimeslinkissue4445 messages
2008-11-28 20:27:46christian.heimescreate