New submission from Torbjørn Wikestad <torbjorn.wikes...@gmail.com>:
In a script that runs in a IPython 3.6 console (Spyder IDE, part of a WinPython 
bundle), a counter increment statement is executed after a function call which 
raises an ValueError exception in try ... except structure. This does not seem 
to be the correct interpreter behavior, from the resources that I found, as the 
expected behaviour is said for execution to jump directly to the except block.

----------
assignee: docs@python
components: Documentation, Interpreter Core, Windows
messages: 356429
nosy: Torbjørn Wikestad, docs@python, paul.moore, steve.dower, tim.golden, 
zach.ware
priority: normal
severity: normal
status: open
title: Statements in try block still executes after raised error
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38774>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to