Salvi Solà Martinell

Results 2 comments of Salvi Solà Martinell

I don't know if it is related, but this fails: ```python from unittest.mock import AsyncMock from fastapi.encoders import jsonable_encoder jsonable_encoder(AsyncMock()) ``` `Fatal Python error: Cannot recover from stack overflow.`