cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
adamholm_ has quit [Remote host closed the connection]
<_aegis_> anyone looked at making pypy work with macos mojave "hardened runtime"? I think it mostly needs an extra MAP_JIT flag on pypy's jit memory
zmt00 has joined #pypy
speeder39 has joined #pypy
<mattip> _aegis_: I would assume no one has looked at it. Someone with access to such a system would have to implement and test it
mvantellingen has quit [Ping timeout: 252 seconds]
zmt00 has quit [Read error: Connection reset by peer]
infernix has quit [Ping timeout: 252 seconds]
zmt00 has joined #pypy
infernix has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
mvantellingen has joined #pypy
zmt01 has joined #pypy
zmt00 has quit [Disconnected by services]
zmt01 has quit [Client Quit]
jcea has quit [Quit: jcea]
dstufft has quit [Excess Flood]
dstufft has joined #pypy
speeder39 has quit [Quit: Connection closed for inactivity]
fringe has joined #pypy
fringe has quit [Ping timeout: 252 seconds]
DIRT has joined #pypy
dddddd has quit [Remote host closed the connection]
forgottenone has joined #pypy
_whitelogger has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
oberstet2 has joined #pypy
Guest20950 has joined #pypy
Guest20950 has quit [Ping timeout: 252 seconds]
tayfun26 has joined #pypy
kvm2k25 has joined #pypy
kvm2k25 has quit [Remote host closed the connection]
Zaab1t has joined #pypy
Garen_ has quit [Read error: Connection reset by peer]
Garen has joined #pypy
M4GNV518 has joined #pypy
M4GNV518 has quit [Remote host closed the connection]
xorAxAx has joined #pypy
antocuni has joined #pypy
orkan1 has joined #pypy
lritter has joined #pypy
orkan1 has quit [Remote host closed the connection]
Hasimir has quit [Remote host closed the connection]
TheAdversary has quit [Remote host closed the connection]
Hasimir has joined #pypy
TheAdversary has joined #pypy
Zaab1t has quit [Ping timeout: 240 seconds]
antocuni has quit [Ping timeout: 276 seconds]
Zaab1t has joined #pypy
redj_ has left #pypy [#pypy]
redj has joined #pypy
tonyb4 has joined #pypy
tonyb4 has quit [Remote host closed the connection]
mang020 has joined #pypy
mang020 has quit [Ping timeout: 252 seconds]
nunatak has joined #pypy
dprime114 has joined #pypy
dprime114 has quit [Remote host closed the connection]
sietse has joined #pypy
sietse has quit [Remote host closed the connection]
krono has joined #pypy
<krono> hi all
<krono> been a while.
<krono> I got a question. I have old-ish code that has an @elidable function that essentially memoizes a dict lookup. However, this function returns None on not found and the Translator does not like that as it thinks the function returns void:
<krono> so, do I have to add something to the elidable or should I try the lookup myself and if nothing is found, raise something?
Cracki23 has joined #pypy
kenaan has quit [Remote host closed the connection]
Cracki23 has quit [Remote host closed the connection]
zncparty3 has joined #pypy
zncparty3 has quit [Remote host closed the connection]
jcea has joined #pypy
nunatak has quit [Quit: Leaving]
marky1991 has joined #pypy
Draconis has joined #pypy
Draconis has quit [Remote host closed the connection]
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
antocuni has joined #pypy
adamholmberg has joined #pypy
<simpson> Could you pastebin the translation error?
<simpson> `None` can be unified with most complex types, but not with some types like ints.
<krono> mom
<simpson> Huh, that's strange. Guess you'll have to .get(..., someSentinelValue) instead.
<krono> I wonder what changed. I'll try tho
Rhy0lite has joined #pypy
DIRT has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 272 seconds]
marky1991 has joined #pypy
Masklinn has joined #pypy
holdsworth has joined #pypy
holdsworth_ has quit [Ping timeout: 272 seconds]
Zaab1t has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
TheAdversary has quit [Read error: Connection reset by peer]
Hasimir has quit [Read error: Connection reset by peer]
Hasimir has joined #pypy
TheAdversary has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
mattip has quit [Ping timeout: 252 seconds]
mattip has joined #pypy
tayfun26 has quit [Quit: tayfun26]
Masklinn has quit []
RandomGuyOnIrc has joined #pypy
kenaan has joined #pypy
<kenaan> arigo py3.6 1cef1b3f6ac9 /pypy/interpreter/pyparser/: Issue #2886 SyntaxError on float literals with underscores in the fractional part (I *think* the fix is just this on...
RandomGuyOnIrc has quit [Ping timeout: 246 seconds]
marky1991 has quit [Ping timeout: 252 seconds]
Masklinn has joined #pypy
Zaab1t has joined #pypy
<kenaan> rlamy py3.6 0766e29baf22 /pypy/objspace/std/floatobject.py: Merged in davidcellis/pypy/py3.6 (pull request #629) Fix failing test in test_float
<kenaan> David C Ellis py3.6 b7814a6b95eb /pypy/objspace/std/floatobject.py: Coerce float subclasses returned by __float__ to float class First working version
<kenaan> David C Ellis py3.6 fec283ea730d /pypy/objspace/std/floatobject.py: Check isinstance so rpython translates.
<kenaan> David C Ellis py3.6 8feed387bf12 /pypy/objspace/std/floatobject.py: Warning should be raised even if it's a float subclass
<kenaan> David C Ellis py3.6 dc9667baf57c /pypy/objspace/std/floatobject.py: Clean up unnecessary logic. space.float_w does what was needed in the case the object is a subclass of float...
Guest40903 has joined #pypy
Guest40903 has quit [Remote host closed the connection]
ceridwen has quit [Quit: Ex-Chat]
marky1991 has joined #pypy
oberstet2 has quit [Ping timeout: 252 seconds]
moei has quit [Quit: Leaving...]
nunatak has joined #pypy
antocuni has quit [Ping timeout: 252 seconds]
oberstet has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
adamholmberg has joined #pypy
Kipras_ has joined #pypy
adamholmberg has quit [Remote host closed the connection]
oberstet has quit [Quit: Leaving]
adamholmberg has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
<kenaan> rlamy py3.6 6ffaea666f35 /: hg merge py3.5
Rhy0lite has quit [Quit: Leaving]
marky1991 has quit [Ping timeout: 252 seconds]
forgottenone has quit [Remote host closed the connection]
forgottenone has joined #pypy
forgottenone has quit [Remote host closed the connection]
forgottenone has joined #pypy
marky1991 has joined #pypy
nunatak has quit [Remote host closed the connection]
lephisto7 has joined #pypy
lephisto7 has quit [Remote host closed the connection]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
hpk has joined #pypy
<hpk> hey all -- can cffi help me to get at the location of a "somename.h" header file?
<mattip> hpk: do you mean where the file is located on a file system?
<hpk> yes
<hpk> in a cdef i have "#include deltachat.h" and i'd like to find out where that deltachat.h file is, because i need to parse it myself to get the names of certain macros
<mattip> so I think the answer is no. cffi uses distutils/setuptools to do the compilation
lritter has quit [Ping timeout: 252 seconds]
<hpk> yip, saw that -- but i am looking for a x-platform solution
<simpson> hpk: You can invoke pkg-config, which will work on many platforms. A solution which works on, say, Windows or OSX, is going to be pretty OS-specific.
<hpk> simpson, mattip: thanks for you help -- i know now that there is no obvious, easy x-platform solution
<simpson> hpk: Yeah. Sorry, but the biggest OS vendors aren't interested in it, and C's kind of a trash-fire of a language when it comes to modularity. We have a half-decent UNIX story, at least.
forgottenone has quit [Ping timeout: 246 seconds]
mdemo11 has joined #pypy
mdemo11 has quit [Remote host closed the connection]
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
adamholmberg has quit [Remote host closed the connection]
bbot2 has joined #pypy
moei has joined #pypy
<fijal> hpk: yeah, cffi would not help you with that
Dragnslcr8 has joined #pypy
Dragnslcr8 has quit [K-Lined]
crshd26 has joined #pypy
crshd26 has quit [Remote host closed the connection]
nimaje has quit [Remote host closed the connection]
coyfish_ has joined #pypy
coyfish_ has quit [Read error: Connection reset by peer]
nimaje has joined #pypy
Granis` has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6069 [ronan: force build, py3.6]
Granis` has quit [Remote host closed the connection]
pchiusano has joined #pypy
pchiusano has quit [Remote host closed the connection]
clandmeter15 has joined #pypy
clandmeter15 has quit [Remote host closed the connection]
ultrabizweb0 has joined #pypy
ultrabizweb0 has quit [Remote host closed the connection]
Reverend22 has joined #pypy
Reverend22 has quit [Read error: Connection reset by peer]
Matt_YO23 has joined #pypy
Matt_YO23 has quit [Remote host closed the connection]
samO_ has joined #pypy
samO_ is now known as Guest64100
Guest64100 has quit [Remote host closed the connection]
HeyCitizen_8 has joined #pypy
vdl11 has joined #pypy