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"
yuyichao has quit [Ping timeout: 260 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rokujyouhitoma has joined #pypy
Ryanar has quit [Quit: Ryanar]
rokujyouhitoma has quit [Ping timeout: 248 seconds]
Ryanar has joined #pypy
yuyichao has joined #pypy
marr has quit [Ping timeout: 248 seconds]
yuyichao has quit [Read error: Connection reset by peer]
yuyichao has joined #pypy
Hodgestar has quit [Ping timeout: 276 seconds]
Hodgestar has joined #pypy
asmeurer_ has joined #pypy
lritter has joined #pypy
lritter_ has joined #pypy
lritter has quit [Ping timeout: 246 seconds]
jcea has quit [Quit: jcea]
ArneBab has joined #pypy
ArneBab_ has quit [Ping timeout: 240 seconds]
asmeurer_ has quit [Quit: asmeurer_]
asmeurer has joined #pypy
asmeurer has quit [Quit: asmeurer]
pilne has quit [Quit: Quitting!]
_whitelogger has joined #pypy
asmeurer__ has joined #pypy
lritter_ has quit [Quit: Leaving]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
forgottenone has joined #pypy
raynold has joined #pypy
inad922 has joined #pypy
marr has joined #pypy
kanaka has quit [Ping timeout: 240 seconds]
kanaka has joined #pypy
arigato has joined #pypy
yuyichao has quit [Remote host closed the connection]
Ryanar has quit [Quit: Ryanar]
yuyichao has joined #pypy
realitix has joined #pypy
kenaan has quit [Read error: No route to host]
mihaid has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
asmeurer__ has quit [Quit: asmeurer__]
antocuni_ has joined #pypy
cstratak has joined #pypy
arigato has quit [Quit: Leaving]
arigato has joined #pypy
oberstet has quit [Ping timeout: 240 seconds]
arigo has joined #pypy
cstratak has quit [Quit: Leaving]
oberstet has joined #pypy
cstratak has joined #pypy
antocuni_ is now known as antocuni
antocuni has quit [Ping timeout: 240 seconds]
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
nimaje has quit [Killed (tolkien.freenode.net (Nickname regained by services))]
ConfusedGuy has joined #pypy
<ConfusedGuy> hi guys. I am quite new to python (2.5 months). I saw a talk on writing an interpreter with python
<ConfusedGuy> while it was easy and straightforwad to understand it seems i can get it to compile
<ConfusedGuy> some thing about mecurial repository version:Warning
<ConfusedGuy> and platform Error
<ConfusedGuy> here is the error dump https://pastebin.com/iEQCPV5r
<ConfusedGuy> when i run rply on its own it works. when i run rpyton on its own this work
<ConfusedGuy> not sure what i amdoing wrong
inad922 has quit [Ping timeout: 276 seconds]
<arigato> ConfusedGuy: on windows, you need to install the microsoft compilers
<arigato> first make sure you're running the 32-bit version of CPython
<arigato> then follow http://doc.pypy.org/en/latest/windows.html, at least the first step Installing Visual Compiler v9 (for Python 2.7)
<ronan> ConfusedGuy: also, you can ignore the Mercurial warning, it's harmless
arigato has quit [Read error: Connection reset by peer]
arigo has quit [Quit: Leaving]
eregon_ is now known as eregon
inad922 has joined #pypy
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
jcea has joined #pypy
antocuni has joined #pypy
<fijal> ronan: maybe we should disable them
<ronan> fijal: well, it's pypy-specific code that lives in rpython/, the best thing to do would be to move it
<fijal> that would be a decent move
raynold has quit [Quit: Connection closed for inactivity]
kenaan has joined #pypy
<kenaan> cfbolz default bff059fd0c08 /pypy/doc/cpython_differences.rst: document that methods also use the special-casing of is and id
marky1991 has joined #pypy
<kenaan> cfbolz py3.5 ad2a4cd1e7a7 /lib_pypy/_curses.py: fix syntax error (bad armin, no cookie)
adamholmberg has joined #pypy
<fijal> cfbolz: I've tried to make armin install linter a few times
<fijal> he now uses vim, might be simpler
vkirilichev has joined #pypy
arigato has joined #pypy
<cfbolz> yes?
<arigato> I'm trying to look if CPython has a case where "instance.method" returns always the same bound method object
<cfbolz> probably not
<cfbolz> cases of obscure cases :-(
<arigato> seems not, can't find any
Ryanar has joined #pypy
* arigato attempts to change it in pypy too
<arigato> for *bound* methods only
<cfbolz> arigato: mess
<arigato> cfbolz: it's probably a good thing, because it makes bound methods behave more like CPython
<cfbolz> arigato: I suppose, yes
<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]
adamholm_ has joined #pypy
<kenaan> rlamy install-rpython cde84dc03420 /: tmp
<kenaan> rlamy install-rpython 3c3eeb58a4fd /: Update version, package_data, install_requires, ...
antocuni has quit [Ping timeout: 246 seconds]
asmeurer__ has joined #pypy
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
asmeurer__ has quit [Quit: asmeurer__]
<ronan> yes
rmariano has joined #pypy
<kenaan> rlamy install-rpython 4ec9624649ac /README-rpython.rst: Improve README
adamholmberg has joined #pypy
adamholm_ has quit [Ping timeout: 248 seconds]
dansut has joined #pypy
<ronan> rpython-0.2.0 released!
<simpson> Ooh, exciting.
<tumbleweed> \o/
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
kornerr has quit [Quit: Leaving.]
<fijal> ronan: cool thx!
Ryanar has quit [Quit: Ryanar]
adamholm_ has joined #pypy
adamholmberg has quit [Ping timeout: 246 seconds]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
Ryanar has joined #pypy
tbodt has quit [Client Quit]
inad922 has quit [Ping timeout: 255 seconds]
tbodt has joined #pypy
yuyichao_ has joined #pypy
yuyichao has quit [Read error: Connection reset by peer]
vkirilichev has joined #pypy
Ryanar has quit [Quit: Ryanar]
cstratak has joined #pypy
rmariano has quit [Quit: WeeChat 1.9]
vkirilichev has quit [Remote host closed the connection]
vkirilichev has joined #pypy
vkirilichev has quit [Ping timeout: 268 seconds]
<kenaan> mattip cpyext-refactor-tp_dealloc 0e68f216e013 /pypy/: try to simplify handling of tp_dealloc. start by simplify, disable leakchecking
mattip has left #pypy ["bye"]
forgottenone has joined #pypy
adamholm_ has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
cstratak has quit [Quit: Leaving]
TheAdversary has quit [Disconnected by services]
jacob22_ has joined #pypy
TheAdversary has joined #pypy
hawkowl has quit [Excess Flood]
igitoor_ has quit [Excess Flood]
bgola_ has joined #pypy
hawkowl has joined #pypy
lazybear has quit [Excess Flood]
igitoor has joined #pypy
fryguybob has quit [Remote host closed the connection]
Graypup_ has quit [Excess Flood]
[Arfrever] has quit [Remote host closed the connection]
Cheery_ has joined #pypy
Graypup__ has joined #pypy
[Arfreve1] has joined #pypy
tumbleweed_ has joined #pypy
mjacob_ has joined #pypy
asmeurer has joined #pypy
jerith_ has joined #pypy
fryguybo1 has joined #pypy
Cheery has quit [Write error: Broken pipe]
dan- has quit [Excess Flood]
tumbleweed has quit [Write error: Broken pipe]
topi`_ has quit [Write error: Broken pipe]
irclogs_io_bot has quit [Remote host closed the connection]
_habnabit has quit [Excess Flood]
bgola has quit [Remote host closed the connection]
o11c^^ has joined #pypy
o11c^ has quit [Remote host closed the connection]
jerith has quit [Remote host closed the connection]
mjacob has quit [Remote host closed the connection]
tumbleweed_ is now known as tumbleweed
tumbleweed has quit [Changing host]
tumbleweed has joined #pypy
tazle has quit [Write error: Broken pipe]
irclogs_io_bot has joined #pypy
lazybear has joined #pypy
panni_ has quit [Remote host closed the connection]
_habnabit has joined #pypy
panni_ has joined #pypy
mjacob_ has joined #pypy
mjacob_ has quit [Changing host]
igitoor has quit [Changing host]
igitoor has joined #pypy
jacob22 has quit [Ping timeout: 268 seconds]
tazle has joined #pypy
topi` has joined #pypy
dan- has joined #pypy
dan- has quit [Changing host]
dan- has joined #pypy