ramonvg has quit [Remote host closed the connection]
yuyichao has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 260 seconds]
yuyichao has joined #pypy
jcea has quit [Quit: jcea]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Ping timeout: 260 seconds]
tbodt has joined #pypy
ArneBab has joined #pypy
ArneBab_ has quit [Ping timeout: 268 seconds]
tbodt has quit [Ping timeout: 255 seconds]
tbodt has joined #pypy
tbodt has quit [Ping timeout: 240 seconds]
tbodt has joined #pypy
lritter_ has joined #pypy
lritter__ has quit [Ping timeout: 258 seconds]
__main__ has quit [Read error: Connection reset by peer]
__main__ has joined #pypy
__main__ has quit [Read error: Connection reset by peer]
__main__ has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
DragonSA has joined #pypy
DragonSA has joined #pypy
DragonSA has quit [Changing host]
DragonSA has quit [Quit: Konversation terminated!]
arigato has joined #pypy
jamadden has quit [Quit: Leaving.]
forgottenone has joined #pypy
jamesaxl has joined #pypy
_whitelogger has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tilgovi has joined #pypy
tilgovi has quit [Ping timeout: 258 seconds]
hypha has joined #pypy
hypha has quit [Remote host closed the connection]
hypha has joined #pypy
marr has joined #pypy
lritter_ has quit [Ping timeout: 258 seconds]
Tiberium has joined #pypy
Tiberium has quit [Remote host closed the connection]
Tiberium has joined #pypy
Tiberium has quit [Remote host closed the connection]
Tiberium has joined #pypy
Tiberium has quit [Remote host closed the connection]
Tiberium has joined #pypy
Tiberium has quit [Remote host closed the connection]
jamesaxl has quit [Read error: Connection reset by peer]
Tiberium has joined #pypy
Tiberium has quit [Remote host closed the connection]
jamesaxl has joined #pypy
Tiberium has joined #pypy
Tiberium has quit [Remote host closed the connection]
Tiberium has joined #pypy
antocuni has joined #pypy
ramonvg has joined #pypy
mattip has joined #pypy
<mattip> arigato: did you see find-vcvars branch on cffi?
<mattip> arigato: does it make sense or is there a better way
<mattip> to do the hack?
arigato has quit [Ping timeout: 260 seconds]
<mattip> maybe later
ramonvg has quit [Quit: Lost terminal]
hypha has left #pypy [#pypy]
ramonvg has joined #pypy
antocuni has quit [Ping timeout: 268 seconds]
forgottenone has quit [Read error: Connection reset by peer]
forgottenone has joined #pypy
jcea has joined #pypy
jamadden has joined #pypy
DragonSA has joined #pypy
ebarrett has quit [Quit: WeeChat 1.5]
<kenaan_> ntruessel quad-color-gc 5d861f5ae857 /rpython/translator/c/src/qcgc/import_qcgc.py: Add import script for qcgc
cstratak has quit [Ping timeout: 240 seconds]
jacob22 has joined #pypy
jacob22_ has quit [Ping timeout: 240 seconds]
oberstet has joined #pypy
FASDFSF has joined #pypy
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
Tiberium has quit [Remote host closed the connection]
Tiberium has joined #pypy
antocuni has joined #pypy
antocuni has quit [Ping timeout: 255 seconds]
arigato has joined #pypy
mat^2 has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
FASDFSF has quit [Ping timeout: 260 seconds]
Joannah has joined #pypy
inhahe_ has quit [Ping timeout: 260 seconds]
inhahe_ has joined #pypy
inhahe_ has quit [Read error: Connection reset by peer]
inhahe_ has joined #pypy
tav has quit [Read error: Connection reset by peer]
tav` has joined #pypy
Joannah has quit [Ping timeout: 260 seconds]
ebarrett has joined #pypy
hypha has joined #pypy
antocuni has joined #pypy
ramonvg has quit [Remote host closed the connection]
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
nimaje is now known as Guest25013
dmalcolm has quit [Ping timeout: 268 seconds]
dmalcolm has joined #pypy
hypha has left #pypy [#pypy]
DragonSA has quit [Quit: Konversation terminated!]
FASDFSF has joined #pypy
Taggnostr has quit [Ping timeout: 240 seconds]
Taggnostr has joined #pypy
FASDFSF has quit [Ping timeout: 240 seconds]
<mattip> strange, both own-linux-x86-32 and own-linux-x86-64 have the same hypothesis test failure,
<mattip> but when I rerun that test it passes cleanly
mattip has left #pypy ["bye"]
antocuni has quit [Ping timeout: 255 seconds]
FASDFSF has joined #pypy
inhahe_ has quit [Ping timeout: 260 seconds]
Taggnostr has quit [Quit: No Ping reply in 180 seconds.]
inhahe_ has joined #pypy
Taggnostr has joined #pypy
<cfbolz> mattip: hypothesis is randomized
<cfbolz> It's possible that the build bots found it after many nights only
<cfbolz> (after a bug is found it is cached, so it consistently fails from then on)
<ronan> cfbolz: that failure looks like a bug in hypothesis
<cfbolz> ronan: hm, it just started failing?
<cfbolz> That's a bit weird
<ronan> I guess it's the new version: hypothesis 3.7.3 came out yesterday
<idnar> yeah, looks like a bad interaction between @pytest.mark.parametrize and @given rather than an actual test failure
Taggnostr has quit [Remote host closed the connection]
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
Taggnostr has joined #pypy
FASDFSF has quit [Remote host closed the connection]
<idnar> https://github.com/HypothesisWorks/hypothesis-python/issues/560 for those not following along in #hypothesis
dpn` has quit [Ping timeout: 240 seconds]
dpn` has joined #pypy
<Cheery> Does rpython come with a function to implement an iterator for set that would allow me to iterate the items out in pairs?
<Cheery> basically I would want something like the: for i range(1, L); for j in range(i)
jamesaxl has quit [Read error: Connection reset by peer]
<Cheery> that would go through every pair in a list or a dict or a set.
jamesaxl has joined #pypy
<arigato> what's wrong with "for i in range(1, L): for j in range(i):" ?
arigato has quit [Quit: Leaving]
jamesaxl has quit [Quit: WeeChat 1.7]
<kenaan_> arigo pypy.org[extradoc] 6bdf17522e91 /: update the values
jamesaxl has joined #pypy
mat^2 has quit [Ping timeout: 240 seconds]
tilgovi has joined #pypy
lritter_ has joined #pypy
mat^2 has joined #pypy
mat^2 has quit [Ping timeout: 240 seconds]
mat^2 has joined #pypy
Tiberium has quit [Read error: Connection reset by peer]
Tiberium has joined #pypy
<kenaan_> mjacob default 9ef459636100 /pypy/module/test_lib_pypy/test_md5_extra.py: Fix test to make a bit more sense.
nimaje is now known as Guest16503
Guest16503 has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
nimaje has joined #pypy
tbodt has joined #pypy
<kenaan_> mjacob default b6eb464863f4 /pypy/module/test_lib_pypy/test_md5_extra.py: Fix / clean up more tests.
kanaka has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
o11c has joined #pypy
<o11c> It looks like pypy's .casefold() is using a really old Unicode standard
<o11c> but oddly, .lower() and .upper() are both right ...
<o11c> the relevant codepoints are \u13a0 and \uab70
<kenaan_> arigo default 13ba684a8c50 /pypy/goal/targetpypystandalone.py: Crash with a fatal warning when trying to translate PyPy with --sandbox. People that really want to play with it ca...
ronan__ has joined #pypy
ronan has quit [Ping timeout: 252 seconds]
mat^2 has quit [Ping timeout: 240 seconds]
mat^2 has joined #pypy
mat^2 has quit [Ping timeout: 240 seconds]
Tiberium has quit [Remote host closed the connection]
forgottenone has quit [Quit: Konversation terminated!]
mat^2 has joined #pypy
mat^2 has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 240 seconds]