This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients louielu, ppperry, serhiy.storchaka, xdegaye
Date 2018-03-22.16:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521737158.93.0.467229070634.issue30953@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed in 3.8.

Traceback (most recent call last):
  File "issue30953.py", line 15, in <module>
    error()
  File "issue30953.py", line 14, in error
    pass
  File "issue30953.py", line 14, in error
    pass
  File "issue30953.py", line 4, in trace
    frame.f_lineno = 12
ValueError: can't jump into or out of a 'finally' block
History
Date User Action Args
2018-03-22 16:45:59serhiy.storchakasetrecipients: + serhiy.storchaka, xdegaye, ppperry, louielu
2018-03-22 16:45:58serhiy.storchakasetmessageid: <1521737158.93.0.467229070634.issue30953@psf.upfronthosting.co.za>
2018-03-22 16:45:58serhiy.storchakalinkissue30953 messages
2018-03-22 16:45:58serhiy.storchakacreate