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
themsay has joined #pypy
darkman66 has quit [Remote host closed the connection]
lritter has quit [Ping timeout: 245 seconds]
Ai9zO5AP has quit [Quit: WeeChat 2.4]
kostia has joined #pypy
kostia has quit [Ping timeout: 245 seconds]
danieljabailey has quit [Ping timeout: 245 seconds]
themsay has quit [Ping timeout: 240 seconds]
themsay has joined #pypy
forgottenone has joined #pypy
kostia has joined #pypy
PileOfDirt has quit [Quit: Leaving]
kostia has quit [Ping timeout: 245 seconds]
danieljabailey has joined #pypy
Garen_ has joined #pypy
Garen has quit [Ping timeout: 252 seconds]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
kostia has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
kostia has quit [Ping timeout: 255 seconds]
kostia has joined #pypy
danieljabailey has quit [Ping timeout: 250 seconds]
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
kostia has quit [Ping timeout: 245 seconds]
altendky has quit [Quit: Connection closed for inactivity]
kostia has joined #pypy
k1nd0f has joined #pypy
k1nd0f has quit [Ping timeout: 250 seconds]
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
kostia has quit [Remote host closed the connection]
themsay has quit [Ping timeout: 250 seconds]
kostia has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
kostia has quit [Ping timeout: 244 seconds]
ambv has joined #pypy
ambv^ has quit [Ping timeout: 244 seconds]
kostia has joined #pypy
darkman66 has joined #pypy
Ai9zO5AP has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
danieljabailey has joined #pypy
darkman66 has quit [Remote host closed the connection]
jacob22_ has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
Zaab1t has joined #pypy
darkman66 has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
k1nd0f has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
kostia has quit [Remote host closed the connection]
kostia has joined #pypy
k1nd0f has quit [Ping timeout: 245 seconds]
kostia has quit [Ping timeout: 252 seconds]
dddddd has joined #pypy
_whitelogger has joined #pypy
danieljabailey has quit [Ping timeout: 268 seconds]
lritter has joined #pypy
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
altendky has joined #pypy
k1nd0f has joined #pypy
k1nd0f has quit [Ping timeout: 245 seconds]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
k1nd0f has joined #pypy
darkman66 has quit [Remote host closed the connection]
kostia has joined #pypy
kostia has quit [Ping timeout: 245 seconds]
jacob22 has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
solarjoe4 has joined #pypy
<solarjoe4> how do I access a shared global C variable in cffi? from my python code I can see the functions but not the variables
darkman66 has joined #pypy
marvin has quit [Remote host closed the connection]
darkman66 has quit [Remote host closed the connection]
kostia has joined #pypy
darkman66 has joined #pypy
marvin_ has joined #pypy
kostia has quit [Remote host closed the connection]
marvin_ has quit [Remote host closed the connection]
marvin has joined #pypy
marvin has quit [Remote host closed the connection]
marvin has joined #pypy
kostia has joined #pypy
danieljabailey has joined #pypy
k1nd0f has quit [Ping timeout: 245 seconds]
k1nd0f has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
<solarjoe4> how do I access a shared global C variable in cffi? from my python code I can see the functions but not the variables
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
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6067 [mattip: force build, newmemoryview-app-level]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7337 [mattip: force build, newmemoryview-app-level]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4468 [mattip: force build, newmemoryview-app-level]
<mattip> ronan: around?
PileOfDirt has joined #pypy
<mattip> ronan (for the logs): two things - it would be nice if you could take a look at the newmemoryview-app-level branch, I want to merge it
EWDurbin has quit [Ping timeout: 252 seconds]
<mattip> and thinking about the PyTuple_Type.tp_len and tp_as_mapping.mp_length, we could use the ob_size, but
darkman66 has quit [Ping timeout: 252 seconds]
<mattip> I don't see any cpyext types where we implement type functions in C
EWDurbin has joined #pypy
darkman66 has joined #pypy
<ronan> mattip: the implementation of mp_length doesn't actually matter, the problem is in create_ref()
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 245 seconds]
kostia has quit [Remote host closed the connection]
JStoker has quit [Ping timeout: 252 seconds]
JStoker has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6067 [mattip: force build, newmemoryview-app-level]
solarjoe4 has joined #pypy
solarjoe4 has quit [Client Quit]
<mattip> if instead of calling tp_new_wrapper for PyTuple_Type.tp_new, we could call only in C, we would not recurse
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
<mattip> or even if the slot_tp_new wrapper in slotdefs would use pyobj not w_obj we wouldn't call make_ref
<mattip> will think more about it tomorrow
* mattip off
darkman66 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7337 [mattip: force build, newmemoryview-app-level]
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 255 seconds]
darkman66 has joined #pypy
alawrence has quit [Ping timeout: 256 seconds]
darkman66 has quit [Ping timeout: 250 seconds]
kostia has joined #pypy
kostia has quit [Ping timeout: 250 seconds]
PileOfDirt has quit [Quit: Leaving]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 255 seconds]
lritter has quit [Ping timeout: 250 seconds]
tsaka__ has joined #pypy
<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
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 252 seconds]