Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

line_profiler doesn't work with python3.7 async functions #174

Open
Notmeor opened this issue Dec 10, 2019 · 4 comments
Open

line_profiler doesn't work with python3.7 async functions #174

Notmeor opened this issue Dec 10, 2019 · 4 comments

Comments

@Notmeor
Copy link

Notmeor commented Dec 10, 2019

env

  • python=3.7.5
  • line_profiler=2.1.1
  • os=macOS Catalina

description

async calls are not timed

@Notmeor Notmeor changed the title line_profiler doesn line_profiler doesn't work with python3.7 async functions Dec 10, 2019
@jberends
Copy link

see PR #153

dead in the water

@Notmeor
Copy link
Author

Notmeor commented Dec 11, 2019

@jberends Thanks, but this PR seems dealing with a different issue. line_profiler runs smoothly on my mac, only that the timing stats are all zeros for async operations.

@gaasedelen
Copy link

cf: #10

This patch used to work ... but it no longer seems to work, at least not in Py3.

I am not sure if it is a py3 issue, or that the patch has atrophied against the current code base.

@rkern
Copy link
Owner

rkern commented Apr 10, 2020

Current development is happening here: https://github.com/pyutils/line_profiler

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants