pythonprofilers / memory_profiler

Monitor Memory usage of Python code
http://pypi.python.org/pypi/memory_profiler
Other
4.39k stars 380 forks source link

fix: return result from wrapped coroutine function #307

Closed d-ryzhykau closed 3 years ago

d-ryzhykau commented 3 years ago

Addresses https://github.com/pythonprofilers/memory_profiler/issues/289#issuecomment-804218102.

fabianp commented 3 years ago

thanks!