Message 208704 - Python tracker (original) (raw)
Message208704
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:50 | larry | set | recipients: + larry, zach.ware, serhiy.storchaka |
2014-01-21 20:59:49 | larry | set | messageid: 1390337989.99.0.559630502369.issue20323@psf.upfronthosting.co.za |
2014-01-21 20:59:49 | larry | link | issue20323 messages |
2014-01-21 20:59:49 | larry | create |