stephanos-stephani
Results
1
issues of
stephanos-stephani
To reproduce: ``` from pyinstrument import Profiler profiler = Profiler() profiler.start() import nevergrad as ng profiler.stop() profiler.print() ``` This is under python 3.11, nevergrad 0.13.0, and pyinstrument 4.6.1 Traceback: ```...