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
bjs has quit [Ping timeout: 252 seconds]
bjs has joined #pypy
antocuni has quit [Ping timeout: 255 seconds]
dddddd has quit [Remote host closed the connection]
rindolf has quit [Read error: Connection reset by peer]
inhahe_ has quit []
inhahe has joined #pypy
PileOfDirt has quit [Quit: Leaving]
_whitelogger has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
forgottenone has joined #pypy
themsay has quit [Ping timeout: 255 seconds]
nunatak has joined #pypy
nunatak has quit [Remote host closed the connection]
Ai9zO5AP has joined #pypy
_whitelogger has joined #pypy
kenaan has quit [Read error: No route to host]
dddddd has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
antocuni has joined #pypy
themsay has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
Zaab1t has joined #pypy
dddddd has quit [Remote host closed the connection]
antocuni has quit [Ping timeout: 244 seconds]
_whitelogger has joined #pypy
lritter has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
forgottenone has quit [Read error: Connection reset by peer]
forgottenone has joined #pypy
kenaan has joined #pypy
<kenaan> stevie_92 cpyext-gc-cycle f0fce8ff6d08 /: Implemented additional rawrefcount states and added a gc-header flag Extended interface
_whitelogger has joined #pypy
<kenaan> stevie_92 cpyext-gc-cycle 85b1a76a7d3a /rpython/memory/gc/incminimark.py: Fixed issue in gc if rawrefcount is disabled Refactored rrc code to make it easier to read
antocuni has joined #pypy
dddddd has joined #pypy
antocuni has quit [Read error: Connection reset by peer]
antocuni has joined #pypy
inhahe has quit []
inhahe has joined #pypy
rindolf has joined #pypy
rindolf has quit [Quit: Leaving]
forgottenone has quit [Quit: Konversation terminated!]
<mattip> something seems off with _ctypes.BigEndianStructure
<mattip> when running extra_tests/ctpye_tests/test_structures.test_swapped_bytes, the code in lib_pypy._ctypes.structure.StructOrUnion.__new__
<mattip> that is supposed to handle _swappedbytes_ is never hit, so the fields are not byteswapped
<mattip> at least on the newmemoryview branch, maybe I broke it somehow?
marvin has quit [Remote host closed the connection]
marvin has joined #pypy
marvin has quit [Remote host closed the connection]
marvin has joined #pypy
<mattip> no, it's not due to the branch
antocuni has quit [Ping timeout: 250 seconds]
antocuni has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
lritter has quit [Ping timeout: 240 seconds]
<mattip> it was due to the _field_ attributes being converted to swapped version in the class.__new__, it needed to be done in the metaclass.__new__
<mattip> metaclasses are confusing
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy