erez-marmor
Results
1
issues of
erez-marmor
**version: 4.1.1** I've been able to write a pytest scenario reproducing the error: app code: ```py #!/usr/bin/env python3 from typing import Callable from fastapi import FastAPI from pyinstrument import Profiler...