]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tweak previous patch to silence a warning about the unused left value in the
authorBrett Cannon <bcannon@gmail.com>
Tue, 3 Aug 2004 04:53:29 +0000 (04:53 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 3 Aug 2004 04:53:29 +0000 (04:53 +0000)
commit5ad28e14b60b32e19ecf54b87aae5f02bac6b361
tree19ca8633770281f53beb9caff63cefe469ca7b14
parentbec69f6a2e372f78649d4fe13bbc0357ca1057b5
Tweak previous patch to silence a warning about the unused left value in the
comma expression in listpop() that was being returned.  Still essentially
unused (as it is meant to be), but now the compiler thinks it is worth
*something* by having it incremented.
Objects/listobject.c