Message109499
Looks great. I love the patches where few '+'s are drowning in a sea of '-'s!
A gratuitous nitpick (feel free to ignore). In
+ val = PyStructSequence_GET_ITEM(obj, i);
if (cname == NULL || val == NULL) {
The null check for val is now redundant, but won't hurt. |
|
| Date |
User |
Action |
Args |
| 2010-07-07 20:43:30 | belopolsky | set | recipients:
+ belopolsky, rhettinger, pitrou, eric.smith, benjamin.peterson, ezio.melotti, Arfrever |
| 2010-07-07 20:43:30 | belopolsky | set | messageid: <[email protected]> |
| 2010-07-07 20:43:28 | belopolsky | link | issue8413 messages |
| 2010-07-07 20:43:28 | belopolsky | create | |
|