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, serhiy.storchaka
Date 2021-04-27.14:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The additional cost will not only be the line number table, but we need to store the line for exceptions that are reraised after cleanup.
Adding a column will mean more stack consumption.
History
Date User Action Args
2021-04-27 14:40:46Mark.Shannonsetrecipients: + Mark.Shannon, nedbat, serhiy.storchaka, pablogsal
2021-04-27 14:40:46Mark.Shannonsetmessageid: <[email protected]>
2021-04-27 14:40:46Mark.Shannonlinkissue43950 messages
2021-04-27 14:40:46Mark.Shannoncreate