]> granicus.if.org Git - python/commit
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 16 Apr 2017 06:21:44 +0000 (09:21 +0300)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2017 06:21:44 +0000 (09:21 +0300)
commit813f943c592cf225871b99cffc99304c8cbbee40
tree7c953b19864281e454abb78a8348843faf2cfd19
parent026435ce49419a3366171416c68114dd8a1144c7
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)

Negative result should be returned only when an error is set.
Objects/abstract.c
Objects/typeobject.c
Python/bltinmodule.c