]> granicus.if.org Git - python/commit
* Fix missing return after error message is set.
authorRaymond Hettinger <python@rcn.com>
Tue, 6 Jul 2004 13:44:41 +0000 (13:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 6 Jul 2004 13:44:41 +0000 (13:44 +0000)
commit513ffe81122274973d2adeff13345589d4313d47
tree321c72ea12517785553e6fbf224293e88ffda4a8
parent2f55eb4ccad92efeb1d422c96aacd2cfa659c5c6
* Fix missing return after error message is set.
* Add a test case that would have caught it.
Lib/test/test_builtin.py
Python/bltinmodule.c