cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "the modern world where network packets and compiler optimizations are effectively hostile"
<kenaan>
arigo default e71aec0042dd /pypy/: Issue #2619 Experimental: remove the special case for the identity of *bound* method objects. This depends on CPy...
<arigato>
maybe?
Rhy0lite has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
ArneBab_ has joined #pypy
forgottenone has quit [Ping timeout: 240 seconds]
ArneBab has quit [Ping timeout: 240 seconds]
<arigato>
pf pf pf
yuyichao has quit [Ping timeout: 246 seconds]
Ryanar has quit [Quit: Ryanar]
<arigato>
custom encoding error handlers (via codecs.register_error) changed from python2 to python3:
<arigato>
in python2, if we use the encoding 'utf-16-le' or 'utf-16-be', the error handler only sees 'utf16', which makes it kind of pointless
<arigato>
it was fixed in python3
Ryanar has joined #pypy
yuyichao has joined #pypy
cstratak has quit [Quit: Leaving]
Rhy0lite has quit [Quit: Leaving]
kornerr has joined #pypy
<kornerr>
hi
tilgovi has joined #pypy
<arigato>
hi
cstratak has joined #pypy
<kenaan>
arigo default c9e1134edc4a /rpython/rlib/: Support for py3k's more precise encoding, as reported to the error handler, when using utf-16 or utf-32
<kenaan>
arigo py3.5 10415d8c98cb /rpython/rlib/: Manual merge of c9e1134edc4a
<kenaan>
arigo py3.5 35d75cdc5dd0 /pypy/module/_codecs/: Fix for issue #2618
tilgovi has quit [Ping timeout: 276 seconds]
<kenaan>
arigo py3.5 d7812755dc71 /pypy/: This is how e71aec0042dd looks like in py3.5 (sorry, there are likely conflicts and this is not solving them)
<kenaan>
arigo default df23f3d1554c /pypy/doc/cpython_differences.rst: Mention that unbound method objects only exist in Python 2
<kenaan>
arigo py3.5 2cfb43090965 /pypy/interpreter/test/test_function.py: Manual merge of the test from e71aec0042dd
arigato has quit [Quit: Leaving]
tilgovi has joined #pypy
_main_ has joined #pypy
__main__ has quit [Ping timeout: 240 seconds]
_main_ is now known as __main__
vkirilichev has quit [Remote host closed the connection]
vkirilichev has joined #pypy
vkirilichev has quit [Ping timeout: 276 seconds]
tbodt has joined #pypy
tilgovi has quit [Ping timeout: 258 seconds]
cstratak has quit [Ping timeout: 255 seconds]
oberstet has quit [Ping timeout: 260 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
realitix has quit [Quit: Leaving]
tbodt has joined #pypy
oberstet has joined #pypy
mattip has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<mattip>
ronan: should rpython version be connected to pypy version, should we report rpython version somehow to app level?
<mattip>
two seperate questions
<ronan>
mattip: I'd say probably not and maybe
<mattip>
I guess if the repos are ever split the second question will become relevant, along with a host of other issues about pinning the versions together