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 Mark.Shannon
Recipients Mark.Shannon, nedbat, pablogsal, zhtw1234
Date 2020-12-17.13:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608213338.12.0.764040909299.issue42246@roundup.psfhosted.org>
In-reply-to
Content
New changeset bf353f3c2d937772a8cf30b15fd8eb7b82665ccb by Mark Shannon in branch 'master':
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803)
https://github.com/python/cpython/commit/bf353f3c2d937772a8cf30b15fd8eb7b82665ccb
History
Date User Action Args
2020-12-17 13:55:38Mark.Shannonsetrecipients: + Mark.Shannon, nedbat, pablogsal, zhtw1234
2020-12-17 13:55:38Mark.Shannonsetmessageid: <1608213338.12.0.764040909299.issue42246@roundup.psfhosted.org>
2020-12-17 13:55:38Mark.Shannonlinkissue42246 messages
2020-12-17 13:55:38Mark.Shannoncreate