]> 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:14:37 +0000 (20:14 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 00:14:37 +0000 (20:14 -0400)
commitd60bdf239e322316c8b5e37679cb8e789028aae2
treed39020bfe6b746cccadd0d8d68ed7212d6bb8f12
parent323a91bb3a2b5639637efc517fe3f30d3bc288e2
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