-
Notifications
You must be signed in to change notification settings - Fork 239
Add support for Python3.7 (#151) #153
base: master
Are you sure you want to change the base?
Conversation
Trusty with 2.7.6 no longer can download from pypi due to enforced newer TLS
...can you, please, merge? thanks! |
I get an unending spew of
with this branch. |
@tavianator What kernel/distribution are you using? |
Arch Linux, kernel 4.18.14-arch1-1-ARCH |
@tavianator Can you verify that SELinux is not denying the ptrace call? |
@henryzhangsta No SELinux here. The relevant part of strace is:
|
I just used it on Arch Linux with kernel 4.19.8-arch1-1-ARCH and did not get any errors, maybe there was something fixed related to this bug. |
@metafex Hmm, maybe something I'm doing wrong then, still reproduces for me. What's your ./configure line, etc.? |
@tavianator I ran configure without any parameters, it perfectly detects python 3.7 for me. I attached pyflame to a uwsgi process in a container though, how are you running it? |
The crash happens in the Python process when doing |
Turns out that this is fixed by #155, sorry for the noise! |
bump ;-) |
friendly ping - any reason why this is not merged yet? Having py37 support would be really helpful... |
The person that originally wrote pyflame no longer works at Uber. I have not been able to get an Uber open source contact, so if anyone knows of one, let me know. |
Hi, is anybody trying to build this with python 3.7 installed by pyenv? I cannot get how to pass path to Python3.7 for build pyflame. Can help me? |
@hound672 I think people have switched to https://github.com/benfred/py-spy these days |
Fixes #151