Closed its5Q closed 2 months ago
i just hit this as well.
_vmprof is not enabled in the PyPy windows build. In the line that disables it there is the comment # FIXME: missing details
.
Please file an issue on the PyPy issue tracker with a minimal reproducer of the script that is slower on PyPy than on CPython.
Closing, the issue should be filed against PyPy.
I wanted to profile my script because it was 3 times slower running in PyPy than in python, and I ran into this issue. I installed vmprof and tried to run it with my script, but I got an error, here's the output:
Is it something with my installation or is the package broken? The only similar issue to that one is #24