Dmitry
Results
2
comments of
Dmitry
I've got similar issue in tests with FastAPI (0.68.2 --> 0.69.0 which means Starlette upgrading from 0.14.2 to 0.15.0) and [databases](https://github.com/encode/databases) library (based on [asyncpg](https://github.com/MagicStack/asyncpg)): ```python ... [stacktrace here] ......
@sitingren Thank you for your answer. It seems you are right about performance improvements since py3.7, but not since py3.8. Can you clarify some things? 1. You say that "Passing...