cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
<tsutsumi>
I'll be around for another hour or so if someone wants to discuss
<cfbolz>
tsutsumi: yes, it's absolutely fine to do the changes to PyUnicode_DecodeEscape in a later branch (or let somebody else do it, if you want to work on ssl instead for example)
<tsutsumi>
yeah, I'd like to tackle the comp.h issue next, since it's affected me today
<tsutsumi>
but I can round back to the unicode refactor after: I've got quite a bit of context on the problem now anyway :)
<tsutsumi>
cfbolz: if that's ok, can we merge that PR? or wait on fijal's thoughts?
<cfbolz>
tsutsumi: I'll try to merge it later
<tsutsumi>
thank you!
<cfbolz>
tsutsumi: as to your other question:
<cfbolz>
At some point the py3.6 branch will be released as pypy3
<cfbolz>
It will never be merged into default, however
<kenaan>
cfbolz py3.6 24d343241901 /: Merged in toumorokoshi/pypy/fix_test_codecs (pull request #612) Fix test codecs
<kenaan>
Yusuke Tsutsumi py3.6 f9930d8ca5da /: Resolving failing deprecation tests by moving the warning code Moving the warning code for unicode errors ...
<kenaan>
Yusuke Tsutsumi fix_test_codecs 6d4fc7830371 /rpython/rlib/runicode.py: Adding low surrogates into errorhandlers for utf-8encoding In CPython 3.6, Behavior was defined ...
<kenaan>
Yusuke Tsutsumi fix_test_codecs 8f5146e6c44f /pypy/: Copying code out of runicode into unicodehelper, further isolating the pypy code from rpython
<kenaan>
Yusuke Tsutsumi fix_test_codecs f9ba6a5a05cc /pypy/interpreter/unicodehelper.py: Ported fix for surrogate handling to copied unicodehelper
<kenaan>
Yusuke Tsutsumi fix_test_codecs c2a3d03741e2 /: Adding unit test for new behavior in runicode. Fixing bug Fixing a bug in the utf 8 handling whi...
<kenaan>
Yusuke Tsutsumi fix_test_codecs c6a20c1af5c0 /: Addressing code review feedback on #612 * removing all changes to rpython, as nothing needs to c...
<kenaan>
Yusuke Tsutsumi fix_test_codecs 40a452db0df6 /pypy/: Fixing tests, and re-adding fixed for unicode encoding This re-adds the fixes for the failing te...
<cfbolz>
tsutsumi: there you go! thanks for your work!
<kenaan>
cfbolz py3.6 990690db345d /pypy/module/_codecs/test/test_codecs.py: a test for the warning in unicode_escape_decode
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marky1991 has joined #pypy
marky1991 has quit [Changing host]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 252 seconds]
tbodt has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
inhahe has joined #pypy
TheAdversary has quit [Disconnected by services]
TheAdversary has joined #pypy
[Arfreve1] has joined #pypy
[Arfreve1] has quit [Client Quit]
inhahe_ has quit [*.net *.split]
bbot2 has quit [*.net *.split]
[Arfrever] has quit [*.net *.split]
kenaan has quit [*.net *.split]
[Arfrever] has joined #pypy
bbot2 has joined #pypy
marky1991 has quit [Ping timeout: 264 seconds]
dddddd has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marself has quit [Quit: WeeChat 1.9.1]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
kanaka has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
tbodt has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
speeder39 has quit [Quit: Connection closed for inactivity]
dfee has quit [Ping timeout: 240 seconds]
marself has joined #pypy
marky1991 has joined #pypy
exarkun has quit [Read error: Connection reset by peer]
exarkun has joined #pypy
dfee has joined #pypy
tbodt has quit [Read error: Connection reset by peer]
tbodt has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
antocuni has joined #pypy
kipras is now known as kipras`away
marky1991 has joined #pypy
garming has joined #pypy
<garming>
hi, if i wanted to realloc a lltype.malloc'd pointer in rpython, how should i do that? it didn't seem like there was an interface for it, although i suppose you can bind the realloc call yourself?