cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "the modern world where network packets and compiler optimizations are effectively hostile"
<ronan>
njs: thanks, I'll look into it, eventually (I'm going on ~holiday tomorrow)
<njs>
ronan: cool, have fun :-)
Demon11 has joined #pypy
<Demon11>
I'm trying to build a CFFI extension (api mode) I made, the setup.py I use works for CPython. when running it wuth pypy 5.8 I get AttributeError: 'module' object has no attribute 'get_config_h_filename'
vkirilichev has quit [Remote host closed the connection]
<Demon11>
after the "running build_ext"
<ronan>
Demon11: can you link to your setup.py?
<Demon11>
ronan: I actually can't. is there anything I should look for?
<ronan>
Demon11: why are you calling get_config_h_filename()?
<Demon11>
ronan: I'm not. pypy reaches the "runnning build_ext" stage and then I get the exception
<Demon11>
it seems to generate the .c file before this happens
<ronan>
well, can you find out why get_config_h_filename() gets called?
<ronan>
it doesn't exist on pypy because it doesn't make sense there
<Demon11>
I'm looking at the generated c file, it looks like it will try to include pyconfig.h
<ronan>
ah wait, we do have it on pypy2, but not on pypy3
<ronan>
Demon11: sorry, I'm confused. sysconfig,get_config_h_filename() does exist on pypy3
<Demon11>
I'm using pypy2
<ronan>
Demon11: ah, OK
<ronan>
well, which module is it that's missing get_config_h_filename, then?
marky1991 has quit [Remote host closed the connection]
<Demon11>
cygwinccompiler.py
marky1991 has joined #pypy
<Demon11>
get_config_h_filename() is not available in sysconfig_pypy.py
rokujyouhitoma has joined #pypy
<Demon11>
ronan: thanks for trying. I gotta go
Demon11 has quit [Quit: Page closed]
<ronan>
aah, it's about distutils.sysconfig, not sysconfig...
rokujyouhitoma has quit [Ping timeout: 255 seconds]
forgottenone has quit [Quit: Konversation terminated!]
tilgovi has joined #pypy
vkirilichev has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 246 seconds]
vkirilichev has quit [Remote host closed the connection]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
rokujyouhitoma has joined #pypy
<kenaan>
cfbolz bridgeopt-improvements 3ab4221d7876 /rpython/jit/metainterp/: experimental attempt to reduce the cost of call_loopinvariant in every bridge that calls a method. ...
<kenaan>
cfbolz bridgeopt-improvements b3eb7293ac01 /rpython/jit/metainterp/test/test_call.py: only one subclass nowadays
rokujyouhitoma has quit [Ping timeout: 260 seconds]
jcea has joined #pypy
yuyichao has quit [Read error: No route to host]
yuyichao has joined #pypy
tilgovi has quit [Ping timeout: 258 seconds]
tarek__ has quit [Ping timeout: 248 seconds]
tarek has joined #pypy
dmarasca has quit [Quit: Leaving]
trfl_ has quit [Ping timeout: 268 seconds]
trfl has joined #pypy
rokujyouhitoma has joined #pypy
tilgovi has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
<kenaan>
rlamy py3.5 e622a373b04c /pypy/module/cpyext/test/test_cpyext.py: adapt is_interned_string() for py3