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 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:34serhiy.storchakasetrecipients: + serhiy.storchaka, ZackerySpytz
2019-11-16 10:12:34serhiy.storchakasetmessageid: <1573899154.61.0.0774687032776.issue36589@roundup.psfhosted.org>
2019-11-16 10:12:34serhiy.storchakalinkissue36589 messages
2019-11-16 10:12:34serhiy.storchakacreate