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 pablogsal
Recipients Guido.van.Rossum, Mark.Shannon, eric.snow, gvanrossum, pablogsal, rhettinger, serhiy.storchaka
Date 2021-06-08.13:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623158483.72.0.626735903949.issue43693@roundup.psfhosted.org>
In-reply-to
Content
> Long term, I expect to fix it by decoupling the C and Python stacks.

That won't fix half of the Windows failures because the stack overflow you are seeing are for C to C calls if I am not mistaken. This happens on very deep calls when converting Python objects to C objects. There are no Python frames involved in that case IIRC.
History
Date User Action Args
2021-06-08 13:21:23pablogsalsetrecipients: + pablogsal, gvanrossum, rhettinger, Mark.Shannon, eric.snow, serhiy.storchaka, Guido.van.Rossum
2021-06-08 13:21:23pablogsalsetmessageid: <1623158483.72.0.626735903949.issue43693@roundup.psfhosted.org>
2021-06-08 13:21:23pablogsallinkissue43693 messages
2021-06-08 13:21:23pablogsalcreate