Fix #132 from Coverity, retval could have been derefed
commit50eaa115aa2c8165ff93f59cc6641287483f04a0
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 19 May 2006 06:31:23 +0000 (19 06:31 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 19 May 2006 06:31:23 +0000 (19 06:31 +0000)
treea46a5b4d065b0ac8aee9e0c22e3a7ab8fe9b6432
parent5171898455da894154054aae65e7d3045644e818
Fix #132 from Coverity, retval could have been derefed
if a continue inside a try failed.

git-svn-id: http://svn.python.org/projects/python/trunk@46044 6015fed2-1504-0410-9fe1-9d1591cc4771
Python/ceval.c