<cfbolz>
I suppose you could just pull from it and push to the PyPy repo
<cfbolz>
It contains a bit too much nonsense but our history generally tends to
<fijal>
should build from trunk there?
<cfbolz>
No, json-experiments
inhahe has quit [Read error: Connection reset by peer]
<fijal>
ok, but the most recent commit
inhahe_ has joined #pypy
<cfbolz>
fijal: yes
<cfbolz>
fijal: are you doing json stuff?
<fijal>
cfbolz: I'm trying to see if loading better dicts help this particular example
<cfbolz>
Right
<cfbolz>
If it's very regular and you access them with constant strings it should
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Zaab1t has quit [Ping timeout: 255 seconds]
oberstet has quit [Quit: Leaving]
forgottenone has joined #pypy
Zaab1t has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
forgottenone has quit [Ping timeout: 245 seconds]
oberstet has joined #pypy
xcm has quit [Remote host closed the connection]
themsay has quit [Ping timeout: 250 seconds]
themsay has joined #pypy
xcm has joined #pypy
xcm has quit [Read error: Connection reset by peer]
Zaab1t has quit [Ping timeout: 246 seconds]
xcm has joined #pypy
forgottenone has joined #pypy
oberstet has quit [Remote host closed the connection]
tsaka__ has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Zaab1t has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
darkman66 has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
forgottenone has joined #pypy
darkman66 has quit [Remote host closed the connection]
<mattip>
fijal: I wonder if 7.1 closes the gap between python2.7 and python3.6
darkman66 has joined #pypy
themsay has quit [Read error: Connection reset by peer]
PileOfDirt has joined #pypy
themsay has joined #pypy
darkman66 has quit [Remote host closed the connection]
forgottenone has quit [Quit: Konversation terminated!]
themsay has quit [Ping timeout: 245 seconds]
forgottenone has joined #pypy
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
darkman66 has quit [Remote host closed the connection]
forgottenone has joined #pypy
forgottenone has quit [Client Quit]
Zaab1t has quit [Remote host closed the connection]
themsay has joined #pypy
forgottenone has joined #pypy
darkman66 has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
themsay has quit [Ping timeout: 245 seconds]
Ai9zO5AP has quit [Quit: WeeChat 2.4]
darkman66 has quit [Read error: Connection reset by peer]
darkman66 has joined #pypy
alawrence has quit [Ping timeout: 256 seconds]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
leshaste has quit [Quit: Leaving]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 246 seconds]
<catern>
is there an isinstance check I can do to detect cffi objects that support ffi.buffer? I want to write a method which takes both bytes, things convertible to bytes with __bytes__, and cffi objects that I can call ffi.buffer on