Originally reported by: Mirko Dziadzka (BitBucket: mirkodziadzka, GitHub: @mirkodziadzka?)
The following code should generate a warning, that the variable res may be undefined in the finally clause
#!python
try:
# throw exception here to make res undefined
res = 42
finally:
print res
_Original comment by_ Sylvain Th茅nault (BitBucket: sthenault, GitHub: @sthenault?):
see also issue #12
this has been open 6 years. Is it on the roadmap?
thanks
Most helpful comment
this has been open 6 years. Is it on the roadmap?
thanks