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 larry
Recipients larry, serhiy.storchaka, zach.ware
Date 2014-01-21.20:59:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390337989.99.0.559630502369.issue20323@psf.upfronthosting.co.za>
In-reply-to
Content
If in C you define
    static char a[5] = "abcde"
C suppresses the trailing '\0'.  That it continued to work okay was a lucky break--you must not have looked in many docstrings, or you lucked out and they happened to be padded with zeroes.
History
Date User Action Args
2014-01-21 20:59:50larrysetrecipients: + larry, zach.ware, serhiy.storchaka
2014-01-21 20:59:49larrysetmessageid: <1390337989.99.0.559630502369.issue20323@psf.upfronthosting.co.za>
2014-01-21 20:59:49larrylinkissue20323 messages
2014-01-21 20:59:49larrycreate