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 vstinner
Recipients vstinner
Date 2022-01-20.00:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642638240.19.0.572675253908.issue39573@roundup.psfhosted.org>
In-reply-to
Content
> @victor, git bisect tells me the change f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970 caused test_exceptions.ExceptionTests.test_recursion_in_except_handler to stack overflow only on windows debug builds.

FYI this regression was handled last year in bpo-44348 "test_exceptions.ExceptionTests.test_recursion_in_except_handler stack overflow on Windows debug builds" and fixed at 2021-09-07 by using the trashcan mecanism in the BaseException deallocator function:

New changeset fb305092a5d7894b41f122c1a1117b3abf4c567e by Victor Stinner in branch 'main':
bpo-44348: BaseException deallocator uses trashcan (GH-28190)
https://github.com/python/cpython/commit/fb305092a5d7894b41f122c1a1117b3abf4c567e
History
Date User Action Args
2022-01-20 00:24:00vstinnersetrecipients: + vstinner
2022-01-20 00:24:00vstinnersetmessageid: <1642638240.19.0.572675253908.issue39573@roundup.psfhosted.org>
2022-01-20 00:24:00vstinnerlinkissue39573 messages
2022-01-20 00:24:00vstinnercreate