]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Aug 2018 00:03:48 +0000 (20:03 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 00:03:48 +0000 (20:03 -0400)
commitd6725fcdd54cb3c72201eaa8841dd72d84f5f71d
tree67106eca6c9fa9989ac0e48fb1a8abb0f40b07fa
parent15dadacabf6a1c62e9920b6a42ff8936ea1830f8
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)

Reported by Svace static analyzer.
(cherry picked from commit b57b4ac042b977e0b42a2f5ddb30ca7edffacfa9)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Objects/abstract.c