astewart-bah
astewart-bah
While testing the new timeout code, we ran into this issue: angrop was attempting to write a log message to stdout and it was specifically in this log function: `https://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L1154`...
Another issue we found: While testing the new timeout code, we continued seeing runaway timeout scenarios. This new case was due to weakref. Here's an except from `https://docs.python.org/3/library/weakref.html#weakref.ref` ``` Exceptions...
> Thank you so much for providing the reproducer. I am able to reproduce the bug and create a potential fix. Can you please check whether #109 fixes your testcase?...