New issue 2861: How to ptrace pypy stack
https://bitbucket.org/pypy/pypy/issues/2861/how-to-ptrace-pypy-stack
tao he:
I'm trying to use ptrace to profile pypy program, but i can't get the stack or
virtual memory address more than file no.
but python has a global variable named _PyThreadState_Cur
New issue 2862: pypy3 can't install Cryptography
https://bitbucket.org/pypy/pypy/issues/2862/pypy3-cant-install-cryptography
SHENGNAN LI:
I tried to install Cryptography through:
lsn@lsn-Super-Server:~/pypy/pypy3-v6.0.0-linux64/bin$ ./pypy3 -m pip install
PyMySQL
But, it failed with the comm
New issue 2863: failed to install multiprocessing
https://bitbucket.org/pypy/pypy/issues/2863/failed-to-install-multiprocessing
SHENGNAN LI:
I tried to install multiprocess like this and failed:
lsn@lsn-Super-Server:~/pypy3-v6.0.0-linux64/bin$ ./pip install multiprocessing
Collecting multiproces