cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
Graypup_ has quit [Quit: ZNC 1.6.1 - http://znc.in]
Graypup_ has joined #pypy
jacob22 has joined #pypy
lritter has quit [Ping timeout: 268 seconds]
dddddd has quit [Quit: Hasta otra..]
Taggnostr has quit [Quit: Switching to single player mode.]
Taggnostr has joined #pypy
_aegis_ has quit [Quit: WeeChat 1.4]
oberstet has joined #pypy
_whitelogger has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
_whitelogger has joined #pypy
Ai9zO5AP has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
mwhudson has quit [Ping timeout: 248 seconds]
dddddd has joined #pypy
marvin_ has quit [Remote host closed the connection]
marvin has joined #pypy
dustinm has quit [Quit: Leaving]
dustinm has joined #pypy
dustinm` has joined #pypy
dustinm has quit [Ping timeout: 268 seconds]
oberstet has quit [Quit: Leaving]
jcea has joined #pypy
altendky has quit []
altendky has joined #pypy
xcm is now known as Guest18471
Guest18471 has quit [Killed (weber.freenode.net (Nickname regained by services))]
xcm has joined #pypy
lritter has joined #pypy
wallet42 has quit []
wallet42 has joined #pypy
dmalcolm has quit [Remote host closed the connection]
speeder39_ has joined #pypy
_aegis_ has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
kenaan has quit [Ping timeout: 265 seconds]
<mattip> writing "with open(...)" in tests import lib-python/os, even though "open" is defined in posix
<mattip> where is that "open" defined? Hint: it can be used as a context manager and uses text mode rather than posix constants O_*
<mattip> _io.open
jvesely has joined #pypy
_whitelogger has joined #pypy
<mattip> even writing "with _io.open(...)" in an untranslated test import lib-python/os
<mattip> this slows down the posix tests
jvesely has quit [Quit: jvesely]
jvesely has joined #pypy