Message356747
| Author | serhiy.storchaka |
|---|---|
| Recipients | ZackerySpytz, serhiy.storchaka |
| Date | 2019-11-16.10:12:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1573899154.61.0.0774687032776.issue36589@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Historically the update_lines_cols() helper returned 0 on error, and I think that it is better to keep it so. The bug is in the Python function update_lines_cols() added in 3.5 (see issue4254). Its implementation should return NULL if the helper returns 0, and None otherwise. There is no reason to return an integer. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-16 10:12:34 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ZackerySpytz |
| 2019-11-16 10:12:34 | serhiy.storchaka | set | messageid: <1573899154.61.0.0774687032776.issue36589@roundup.psfhosted.org> |
| 2019-11-16 10:12:34 | serhiy.storchaka | link | issue36589 messages |
| 2019-11-16 10:12:34 | serhiy.storchaka | create | |