kostia has quit [Remote host closed the connection]
kostia has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
solarjoe4 has quit [Ping timeout: 245 seconds]
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
kostia has quit [Ping timeout: 245 seconds]
darkman66 has quit [Remote host closed the connection]
k1nd0f has quit [Remote host closed the connection]
k1nd0f_ has joined #pypy
k1nd0f__ has joined #pypy
k1nd0f_ has quit [Ping timeout: 246 seconds]
solarjoe4 has joined #pypy
<mattip>
on windows, len(u'\U00012345') is 2, which is causing test failures (W_UnicodeObject.__init__ checks untranslated length matches input value).
<mattip>
Is this a "feature" of narrow builds?
<mattip>
the test right now is len(utf8str.decode('utf8')), I think at one point it was rutf8.codepoints_in_utf8(utf8str)
<mattip>
but that was too slow
kostia has joined #pypy
solarjoe4 has quit [Ping timeout: 255 seconds]
alawrence has joined #pypy
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
<kenaan>
mattip default ead9c5bf9d9c /pypy/objspace/std/unicodeobject.py: change test of utf8 length, len(u) != codepoints on narrow builds
<kenaan>
mattip py3.6 d4d3c9ef7fcf /pypy/objspace/std/unicodeobject.py: merge default into branch
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
alawrence has quit [Quit: Page closed]
darkman66 has quit [Ping timeout: 255 seconds]
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
alawrence has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
darkman66 has joined #pypy
k1nd0f__ has quit [Remote host closed the connection]
<kenaan>
mattip buildbot 4c86f3a702e9 /README-CHROOT: add locale setup for debian
kbtr has quit [Ping timeout: 240 seconds]
<kenaan>
mattip newmemoryview-app-level 47a045ff6be8 /: merge default into branch
<tsaka__>
Has anyone gotten pandas to work on pypy 3.5?
<tsaka__>
Also, I get this when importing Spacy, should I be worried? /usr/lib64/pypy3-6.0/lib-python/3/importlib/_bootstrap.py:223: UserWarning: builtins.type size changed, may indicate binary incompatibility. Expected 872, got 416
<tsaka__>
by that I mean the pypy version corresponding to Python 3.5