You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2026. It is now read-only.
I encountered the 'closed' issue reported by @pwaller with Python 3.4. Stack size computation is broken (method '_compute_stacksize') and returns zero for every block of code I tried. As I mentioned in comment of original issue I tried to fix it (peterazmanov/byteplay). My changes stopped crashes, but the code requires further testing.
I encountered the 'closed' issue reported by @pwaller with Python 3.4. Stack size computation is broken (method '_compute_stacksize') and returns zero for every block of code I tried. As I mentioned in comment of original issue I tried to fix it (peterazmanov/byteplay). My changes stopped crashes, but the code requires further testing.