Results 6 comments of Hugues

I am running into this issue with v5.9.0 of the stack and have had to repeatedly go into the AWS console to manually disable protection for instances in the old...

On 5.9.0 I am seeing annoying cases of builds waiting for agents for unbounded times as the auto-scale simply gives up when spot agents are not available: aws console shows...

@benfred I would be interested in taking a stab at this. Do you have more details on what went wrong with your custom unwinder? How were you testing the correctness...

@benfred I am sufficiently interested in getting this feature that I will eventually take a stab at implementing it myself. It might take me a little while to get started...

How about making sure the generated code looks close enough to a python native extension that it shows up nicely in py-spy? https://www.benfrederickson.com/profiling-native-python-extensions-with-py-spy/

This is a pattern I have seen in other cases (e.g. literal list/set/map that have deeply nested calls for some values). I believe it happens because mypy in general doesn't...