arigato 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 | mac OS and Fedora are not Windows
speeder39_ has joined #pypy
brent_ has quit [Ping timeout: 245 seconds]
brent_ has joined #pypy
jacob22_ has quit [Read error: Connection reset by peer]
jacob22_ has joined #pypy
adamholmberg has quit [Remote host closed the connection]
antocuni has quit [Ping timeout: 245 seconds]
dddddd has quit [Remote host closed the connection]
forgottenone has joined #pypy
jcea has quit [Read error: Connection reset by peer]
jcea has joined #pypy
lritter has quit [Ping timeout: 245 seconds]
lritter has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
moei has joined #pypy
danieljabailey has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
speeder39_ has quit [Quit: Connection closed for inactivity]
danieljabailey has quit [Ping timeout: 245 seconds]
lritter has quit [Ping timeout: 245 seconds]
jcea has quit [Quit: jcea]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 272 seconds]
Taggnostr has quit [Ping timeout: 240 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
forgottenone has joined #pypy
Taggnostr has joined #pypy
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
adamholmberg has joined #pypy
dddddd has joined #pypy
adamholmberg has quit [Ping timeout: 250 seconds]
<kenaan> arigo cffi/cffi 000711129df0 /testing/cffi0/test_verify.py: Issue #406: document the failure
Zaab1t has joined #pypy
Zaab1t has quit [Remote host closed the connection]
<kenaan> mattip py3.6 0da5abfd7fd5 /lib_pypy/_blake2/_blake2_build.py: mimic more closely what cpython does in Modules/_blake2/_blake2?_impl.c
<bbot2> Exception: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1029 [mattip: force build, py3.6]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1030 [mattip: force build, py3.6]
antocuni has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
themsay has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
antocuni has quit [Ping timeout: 250 seconds]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
zzarr has joined #pypy
<zzarr> hello!
<mattip> hi
<zzarr> I get an error message I don't understand "TypeError: initializer for ctype 'char *' must be a bytes or list or tuple, not str"
<zzarr> I googled it, but got no clarity
<mattip> python 3? use value.encode(encoding) to convert the str to bytes, where encoding could be 'ascii', 'latin-1', or 'utf-8'
<zzarr> yes python3, did not get that error in python2
<zzarr> I see, thanks
<zzarr> I have this lines in my code now, still I get the same error (I know it's due to me not knowing the syntax of python)
<zzarr> python_version = str(sys.version_info[0])+','+str(sys.version_info[1])+','+str(sys.version_info[2])+','+str(sys.version_info[3])+','+str(sys.version_info[4])
<zzarr> api.metaInformation("python", python_version.encode('utf-8'))
<zzarr> is there anything wrong with the string concatination?
<zzarr> doh... the string "python" is not encoded... never mind
<mattip> sys.version[:5].encode('ascii') works too
<mattip> or ','.join(sys.version_info[:4])
<mattip> if you want the "final"
<zzarr> well, it's read with QString::fromUft8, so I better use utf-8 everywhere
<mattip> or ','.join(sys.version_info[:4]).encode('utf-8')
<zzarr> (QString is a class for handeling strings in Qt)
<zzarr> that could work
forgottenone has joined #pypy
Rhy0lite has joined #pypy
adamholmberg has joined #pypy
jcea has joined #pypy
antocuni has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
marky1991 has joined #pypy
_habnabit has quit [Remote host closed the connection]
lritter has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<bbot2> Exception: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1030 [mattip: force build, py3.6]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/1031 [mattip: force build, py3.6]
<kenaan> mattip py3.6 2583857fdf26 /lib_pypy/_blake2/_blake2_build.py: typo
xcm is now known as Guest79072
forgottenone has quit [Quit: Konversation terminated!]
xcm has joined #pypy
Guest79072 has quit [Read error: Connection reset by peer]
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
speeder39_ has joined #pypy
antocuni has quit [Ping timeout: 272 seconds]
Zaab1t has joined #pypy
xcm has quit [Remote host closed the connection]
darkman6_ has joined #pypy
xcm has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
danieljabailey has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
darkman6_ has quit [Remote host closed the connection]
jcea has quit [Ping timeout: 268 seconds]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 246 seconds]
marky1991 has joined #pypy
jcea has joined #pypy
danieljabailey has quit [Ping timeout: 250 seconds]
marky1991 has quit [Remote host closed the connection]
darkman66 has joined #pypy
marky1991 has joined #pypy
darkman66 has quit [Remote host closed the connection]
marky1991 has quit [Ping timeout: 244 seconds]
graingert has quit [Ping timeout: 252 seconds]
starlord has quit [Ping timeout: 252 seconds]
jeroud has quit [Ping timeout: 252 seconds]
graingert_ has joined #pypy
rguillebert has quit [Ping timeout: 252 seconds]
marky1991 has joined #pypy
jeroud has joined #pypy
rguillebert has joined #pypy
marky1991 has quit [Ping timeout: 246 seconds]
starlord has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
darkman66 has joined #pypy
themsay has quit [Ping timeout: 258 seconds]
themsay has joined #pypy
darkman66 has quit [Quit: Leaving...]
speeder39_ has quit [Quit: Connection closed for inactivity]
jcea has quit [Ping timeout: 252 seconds]
kipras has joined #pypy
brent_ has quit [Read error: Connection reset by peer]
brent_ has joined #pypy
jcea has joined #pypy
marky1991 has joined #pypy
energizer has joined #pypy
Rhy0lite has quit [Quit: Leaving]
johnjay has joined #pypy
<energizer> running something on a tight loop, on cpython3, switching from toolz to cytoolz (the cython implementation) gives a 1/3 speedup. on pypy3, switching from toolz to cytools gives a 1/2 slowdown i.e. the pure python pypy is twice as fast as the cython one
<energizer> is this due to overhead in the switching between languages?
<mdash> energizer: C is slow, pypy is fast
<energizer> mdash, wow
kipras has quit [Ping timeout: 245 seconds]
marky1991 has quit [Ping timeout: 255 seconds]
danieljabailey has joined #pypy
adamholmberg has quit [Remote host closed the connection]
moei has quit [Quit: Leaving...]
antocuni has joined #pypy
jcea has quit [Ping timeout: 264 seconds]
jcea has joined #pypy
__pv has quit [Remote host closed the connection]
__pv has joined #pypy
energizer has quit [Quit: Leaving]
dan- has quit [Quit: Nyan nyan]
jacob22_ has quit [Read error: Connection reset by peer]
jacob22_ has joined #pypy