Re: [pypy-dev] Can't compile C extensions on pypy3 aka alternatives for PyModule_GetState

2017-05-14 Thread Armin Rigo
Hi, On 2 May 2017 at 22:23, Giampaolo Rodola' wrote: > I'm the author of psutil and I received 2 bug reports complaining about lack > of PyModule_GetState: Thanks for passing the complains :-) Implemented PyModule_GetState() in 11e536df3c51. Can you check if that's enough for psutil? Wait for t

[pypy-dev] Can't compile C extensions on pypy3 aka alternatives for PyModule_GetState

2017-05-02 Thread Giampaolo Rodola'
Hello, I'm the author of psutil and I received 2 bug reports complaining about lack of PyModule_GetState: https://github.com/giampaolo/psutil/issues/853 https://github.com/giampaolo/psutil/issues/1045 There is also a ticket for pypy: https://bitbucket.org/pypy/pypy/issues/2450/cant-import-psutil-on