pythonprofilers / memory_profiler

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

Replace coroutine decorator by async #371

Closed rmedranollamas closed 2 years ago

rmedranollamas commented 2 years ago

The coroutine decorator is deprecated and has been removed in Python 3.11

https://bugs.python.org/issue43216 https://docs.python.org/3.10/library/asyncio-task.html#asyncio.coroutine