]> granicus.if.org Git - python/commit
Get rid of unused-but-set-variable warning. len and len2 should be equal and len2...
authorChristian Heimes <christian@python.org>
Tue, 21 Apr 2015 08:57:41 +0000 (10:57 +0200)
committerChristian Heimes <christian@python.org>
Tue, 21 Apr 2015 08:57:41 +0000 (10:57 +0200)
commit8714cfdc4aeedce96fb40c73f7226535fbe7833f
tree5104b12973a92ed68849dcb7e13021baabc0d32c
parent4d9d2563f51edad448a960d9490a6f56ac733735
Get rid of unused-but-set-variable warning. len and len2 should be equal and len2 is technically more correct, too.
Modules/posixmodule.c