]> granicus.if.org Git - python/commit
Fix a bug in PySys_HasWarnOption() where it was not properly checking the
authorBrett Cannon <bcannon@gmail.com>
Sun, 13 Apr 2008 00:18:44 +0000 (00:18 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 13 Apr 2008 00:18:44 +0000 (00:18 +0000)
commit40f0a87666b7a6b76d247e00c7623919feeff1cf
tree95331df597ef3f1a72c9f6d78776b4dfd7193c8f
parentb2693e007b4f0f85b24ec0ebefd75df73dbbd2be
Fix a bug in PySys_HasWarnOption() where it was not properly checking the
length of the list storing the warning options.
Python/sysmodule.c