[issue40458] test_attribute_name_interning crashes on APPX test

2020-05-01 Thread Steve Dower
Steve Dower added the comment: Turns out the stack reservation was different, which is why it was crashing. As part of diagnosing it, I added the recursion count to faulthandler's output on Windows, but couldn't see if/where to do it for other platforms - Victor, any suggestions? --

[issue40458] test_attribute_name_interning crashes on APPX test

2020-05-01 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +19163 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19845 ___ Python tracker ___

[issue40458] test_attribute_name_interning crashes on APPX test

2020-04-30 Thread Steve Dower
New submission from Steve Dower : The Windows CI machines on Azure Pipelines run additional tests to check an "installed" layout and with the UWP entry point that's used for the Windows Store package. These tests have been failing intermittently (though regularly) with a stack overflow crash