| mfoord (~anonymous@python/psf/voidspace) joined #pypy. | 00:05 | |
| zooko (~user@97-118-104-179.hlrn.qwest.net) left irc: Remote host closed the connection | 00:29 | |
| gutworth | Alex_Gaynor: ping | 00:36 |
|---|---|---|
| furrykef (furrykef@ip68-12-180-167.ok.ok.cox.net) left #pypy. | 00:43 | |
| gutworth (~benjamin@64-131-9-52.usfamily.net) left irc: Ping timeout: 248 seconds | 00:43 | |
| gutworth (~benjamin@64-131-9-52.usfamily.net) joined #pypy. | 00:44 | |
| Alex_Gaynor | gutworth: pong | 00:48 |
| gutworth | Alex_Gaynor: are abstracts/descriptions immutable now? | 00:49 |
| Alex_Gaynor | for pycon? I don't *think* so, but I don't swear to it | 00:50 |
| Alex_Gaynor | if you need to change something but can't ping jacobkm or jnoller, they'll know what to do | 00:50 |
| gutworth | k | 00:51 |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64-2/builds/9 | 00:59 |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64/builds/181 | 01:00 |
| bbot2 | 4Failure: 15http://buildbot.pypy.org/builders/own-macosx-x86-32/builds/753 | 01:17 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/own-linux-x86-32/builds/1897 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/646 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/304 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/314 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/652 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/1169 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-Ojit-no-jit-linux-x86-32/builds/836 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-32/builds/1487 | 01:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/own-linux-x86-64/builds/760 | 01:30 |
| spez (~spez@99-117-99-148.lightspeed.sntcca.sbcglobal.net) joined #pypy. | 01:50 | |
| Vorpal (~AnMaster@unaffiliated/anmaster) left irc: Ping timeout: 248 seconds | 01:52 | |
| nettok (~quassel@190.143.176.180) joined #pypy. | 01:58 | |
| nettok (~quassel@190.143.176.180) left irc: Read error: Connection reset by peer | 02:03 | |
| nedbat (~nedbat@python/psf/nedbat) joined #pypy. | 02:18 | |
| nettok (~quassel@190.143.176.180) joined #pypy. | 02:22 | |
| spez (~spez@99-117-99-148.lightspeed.sntcca.sbcglobal.net) left irc: Quit: Leaving. | 02:34 | |
| nettok (~quassel@190.143.176.180) left irc: Remote host closed the connection | 02:36 | |
| nettok (~quassel@190.143.176.180) joined #pypy. | 02:38 | |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-32/builds/990 | 02:42 |
| nettok (~quassel@190.143.176.180) left irc: Remote host closed the connection | 02:44 | |
| Taggnostr (~quassel@host102-102-dynamic.56-82-r.retail.telecomitalia.it) left irc: Read error: Connection reset by peer | 02:52 | |
| spez (~spez@99-117-99-148.lightspeed.sntcca.sbcglobal.net) joined #pypy. | 02:53 | |
| Taggnostr (~quassel@host102-102-dynamic.56-82-r.retail.telecomitalia.it) joined #pypy. | 02:53 | |
| jterrace1 (~Adium@pool-98-118-46-82.bstnma.fios.verizon.net) joined #pypy. | 02:55 | |
| jterrace1 | Alex_Gaynor: ping | 02:57 |
| Alex_Gaynor | jterrace1: pong | 02:57 |
| jterrace1 | the AxisIterator that fijal committed | 02:57 |
| jterrace1 | it looks like it only iterates on the last axis? | 02:58 |
| Alex_Gaynor | what do you mean? | 02:58 |
| jterrace1 | im confused as to what it does | 02:58 |
| Alex_Gaynor | TBH I suck at doing the math on how the iterators work, probably best to ask him directly | 02:58 |
| jterrace1 | it doesnt take any params, so it looks like you cant iterate over a specified axis | 02:58 |
| jterrace1 | ok | 02:58 |
| Alex_Gaynor | strides and backstrides and shapes and whatever else confuse me :/ | 02:59 |
| jterrace1 | yeah agreed | 02:59 |
| jterrace1 | i have to do it on the console to figure out wtf is going on | 02:59 |
| Alex_Gaynor | frankly even multi-dimensional slicing is confusing for me | 02:59 |
| jterrace1 | yeah, unfortunately they are super powerful | 03:00 |
| nettok (~quassel@190.143.176.180) joined #pypy. | 03:00 | |
| Alex_Gaynor | I don't actually use numpy in real life, I just think it's a fun engineering project | 03:01 |
| nettok (~quassel@190.143.176.180) left irc: Read error: Connection reset by peer | 03:01 | |
| jterrace1 | i use it for 3d data, which it's really nice for | 03:01 |
| tilgovi (~randall@couchdb/developer/tilgovi) left irc: Ping timeout: 240 seconds | 03:03 | |
| spez (spez@99-117-99-148.lightspeed.sntcca.sbcglobal.net) left #pypy. | 03:06 | |
| dmalcolm (~david@c-24-61-12-82.hsd1.ma.comcast.net) left irc: Quit: Leaving | 03:13 | |
| mfoord (~anonymous@python/psf/voidspace) left irc: Quit: mfoord | 03:15 | |
| nettok (~quassel@190.143.176.180) joined #pypy. | 03:16 | |
| tilgovi (~randall@couchdb/developer/tilgovi) joined #pypy. | 03:20 | |
| zooko (~user@97-118-104-179.hlrn.qwest.net) joined #pypy. | 03:27 | |
| nettok (~quassel@190.143.176.180) left irc: Remote host closed the connection | 03:32 | |
| gtaylor (~gtaylor@108-196-160-120.lightspeed.tukrga.sbcglobal.net) joined #pypy. | 03:36 | |
| anish_ (anish@nat/redhat/x-mjbxbcnlzcrenlzv) joined #pypy. | 03:42 | |
| Ademan (~dan@adsl-71-141-224-79.dsl.snfc21.pacbell.net) joined #pypy. | 03:42 | |
| bbot2 | 4Failure: 15http://buildbot.pypy.org/builders/own-linux-x86-32/builds/1897 | 03:44 |
| jterrace1 (~Adium@pool-98-118-46-82.bstnma.fios.verizon.net) left irc: Quit: Leaving. | 03:48 | |
| Taggnostr (~quassel@host102-102-dynamic.56-82-r.retail.telecomitalia.it) left irc: Ping timeout: 252 seconds | 03:53 | |
| Taggnostr (~quassel@host102-102-dynamic.56-82-r.retail.telecomitalia.it) joined #pypy. | 03:54 | |
| nedbat (~nedbat@python/psf/nedbat) left irc: Ping timeout: 255 seconds | 03:58 | |
| zooko | Where can I find the source code of "crypto_pyaes"? | 04:04 |
| zooko | http://speed.pypy.org/timeline/?ben=crypto_pyaes&env=1 | 04:04 |
| Alex_Gaynor | zooko: https://bitbucket.org/pypy/benchmarks/src/default/own/crypto_pyaes.py | 04:21 |
| zooko | Thanks. | 04:21 |
| zooko | Alex_Gaynor: but what code is loaded by "import pyaes"? | 04:25 |
| zooko | I could always search for things that go under that name on the internet... | 04:26 |
| zooko | And have done, with mixed results. | 04:26 |
| Alex_Gaynor | no idea, it's prob ably in the lib directory though | 04:26 |
| zooko | But how can I tell which thing is loaded on the speed.pypy.org machine? | 04:26 |
| Alex_Gaynor | it's whatevers in the lib directory | 04:26 |
| Alex_Gaynor | err nvm, pyaes.py is in that dir | 04:27 |
| zooko | Ah. | 04:27 |
| price (~price@DR-WILY.MIT.EDU) left irc: Ping timeout: 252 seconds | 04:43 | |
| gtaylor (~gtaylor@108-196-160-120.lightspeed.tukrga.sbcglobal.net) left irc: Quit: Konversation terminated! | 04:44 | |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-32/builds/1487 | 04:50 |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/pypy-c-Ojit-no-jit-linux-x86-32/builds/836 | 04:53 |
| Taggnostr (~quassel@host102-102-dynamic.56-82-r.retail.telecomitalia.it) left irc: Ping timeout: 240 seconds | 04:57 | |
| nettok (~quassel@200.119.181.204) joined #pypy. | 05:01 | |
| Taggnostr (~quassel@82.52.94.214) joined #pypy. | 05:06 | |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/1169 | 05:07 |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/646 | 05:10 |
| fzzzy (~donovan@76-198-130-19.lightspeed.mtvwca.sbcglobal.net) left irc: Quit: fzzzy | 05:11 | |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/652 | 05:13 |
| overminder (overminder@wf227-122.ust.hk) joined #pypy. | 05:33 | |
| overminder (overminder@wf227-122.ust.hk) left irc: Ping timeout: 248 seconds | 05:55 | |
| overminder (overminder@wf123-127.ust.hk) joined #pypy. | 06:05 | |
| bbot2 | 4Failure: 15http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/314 | 06:06 |
| Hodgestar (~quassel@gluon.za.net) left irc: Ping timeout: 255 seconds | 06:06 | |
| overmind_ (~overminde@143.89.167.13) joined #pypy. | 06:07 | |
| zooko (user@97-118-104-179.hlrn.qwest.net) left #pypy ("#tahoe-lafs"). | 06:08 | |
| Hodgestar (~quassel@gluon.za.net) joined #pypy. | 06:10 | |
| overminder (overminder@wf123-127.ust.hk) left irc: Ping timeout: 240 seconds | 06:10 | |
| overmind_ (~overminde@143.89.167.13) left irc: Quit: Leaving | 06:12 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Read error: Connection reset by peer | 06:12 | |
| nettok (~quassel@200.119.181.204) left irc: Remote host closed the connection | 06:12 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 06:13 | |
| bbot2 | 4Failure: 15http://buildbot.pypy.org/builders/own-linux-x86-64/builds/760 | 06:13 |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 252 seconds | 06:24 | |
| price (~price@LINERVA.MIT.EDU) joined #pypy. | 06:29 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 06:41 | |
| bbot2 | 4Failure: 15http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/304 | 07:07 |
| anish_ (anish@nat/redhat/x-mjbxbcnlzcrenlzv) left irc: Ping timeout: 276 seconds | 07:07 | |
| amaury_ (~amaury_@46-127-23-192.dynamic.hispeed.ch) joined #pypy. | 07:09 | |
| anish_ (anish@nat/redhat/x-odyobrqlozblpokw) joined #pypy. | 07:23 | |
| verte-{nyctea} (~verte@python/site-packages/verte) joined #pypy. | 07:27 | |
| verte-{nyctea} (~verte@python/site-packages/verte) left irc: Client Quit | 07:31 | |
| dgl (~dgl@109.86.165.231) joined #pypy. | 07:31 | |
| dgl (~dgl@109.86.165.231) left irc: Client Quit | 07:32 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 248 seconds | 07:38 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 07:40 | |
| JaRoel|4d (~jaroel|4d@office.fourdigits.nl) joined #pypy. | 07:53 | |
| antocuni (~antocuni@host117-71-dynamic.58-82-r.retail.telecomitalia.it) joined #pypy. | 07:58 | |
| anish__ (anish@nat/redhat/x-srohytdzwlwboxlf) joined #pypy. | 08:13 | |
| fijal (~fijal@197.170.176.3) joined #pypy. | 08:16 | |
| anish_ (anish@nat/redhat/x-odyobrqlozblpokw) left irc: Ping timeout: 248 seconds | 08:17 | |
| fijal | hi | 08:17 |
| asmeurer__ (~asmeurer@c-174-56-21-245.hsd1.nm.comcast.net) joined #pypy. | 08:41 | |
| tumbleweed | fijal: hi (continuing the conversation we started elsewhere) | 08:42 |
| fijal | so how does pypy not support sys.prefix? | 08:42 |
| tumbleweed | I should send a mail to debian-python & pypy-dev (or whatever it's called) saying what I've been up to, and asking for comments / review of patches, but I haven't got there yet... | 08:42 |
| fijal | hehe, ok | 08:43 |
| tumbleweed | sys.prefix in cpython means the same thing as PREFIX means in other packages | 08:43 |
| fijal | other people, like amaury_ might know better how sys.prefix works on pypy | 08:43 |
| tumbleweed | (this is vaguley defined in tnhe gnu coding standards) | 08:43 |
| tumbleweed | so, on a system installed cpython, sys.prefix will be /usr or /usr/local (probably) | 08:43 |
| tumbleweed | in pypy, it's more likely to be /usr/local/pypy or /usr/lib/pypy | 08:44 |
| kenaan | 12hakanardo jit-improve-nested-loops 11896e5b681170 15/: hg merge default | 08:45 |
| tumbleweed | that makes it hard for me to patch distutils to support both installation to /usr/local/pypy/dist-packages and /usr/lib/pypy/dist-packages (as our cpython's distutils does) | 08:45 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/647 [12hakanardo, jit-improve-nested-loops] | 08:45 |
| tumbleweed | (dist-packages is something we ended up with in our cpython, as a way for people to use locally-compiled pythons next to package-installed pythons, without them sharing site-packages) | 08:46 |
| fijal | sys.prefix in pypy depends where you install it | 08:50 |
| fijal | it'll be /usr if you install it there | 08:51 |
| fijal | hakanardo: ping | 08:51 |
| hakanardo | hi | 08:51 |
| tumbleweed | fijal: right, and when you install cpytho with a prefix of /usr, it keeps itself to a handful of subdirectories | 08:53 |
| tumbleweed | meh, sorry, I was comparing it to how we do it in debian, not upstream cpython | 08:57 |
| tumbleweed | I want something like the unix_prefix scheme | 08:57 |
| fijal | hakanardo: so there was a test that you guys rewrote into meaninglessness | 09:01 |
| fijal | so not entirely my fault | 09:01 |
| hakanardo | hehe, which one? | 09:01 |
| fijal | test_debugger_on in test_runner | 09:03 |
| fijal | hakanardo: essentially now what backend gets is a stuff with label in the middle | 09:04 |
| hakanardo | yes | 09:04 |
| fijal | which is no longer what the test does :) | 09:04 |
| fijal | that essentially renders current implementation meaningless | 09:05 |
| fijal | and I wonder how to fix it | 09:05 |
| hakanardo | so we should add a label somewhere in the middle of the loop in test_debugger_on I suppose | 09:07 |
| G2P (~G2P@fw-asn1.ornis.com) joined #pypy. | 09:10 | |
| hakanardo | Is this the failure your looking for: http://paste.pocoo.org/show/524870/ | 09:11 |
| fijal | yes | 09:14 |
| fijal | now - how do we fix it? | 09:14 |
| fijal | we need a counter per label | 09:14 |
| fijal | + one at the beginning | 09:14 |
| fijal | and the jitlogparser has to know how to slice and dice this stuff | 09:15 |
| fijal | because it's confusing to show the entire thign | 09:15 |
| hakanardo | why do you want one counter per label? | 09:16 |
| hakanardo | how would they differ? | 09:17 |
| cwillu_at_work (~cwillu@cwillu-1-pt.tunnel.tserv13.ash1.ipv6.he.net) left irc: Ping timeout: 252 seconds | 09:17 | |
| fijal | because right now what we have is a counter that never gets incremented | 09:17 |
| fijal | it's at the front and jump goes to the middle | 09:18 |
| dgl (~dgl@109.86.165.231) joined #pypy. | 09:19 | |
| hakanardo | the counter sits on the label and is indentified by the jump? | 09:19 |
| hakanardo | (I have no clue about how this works) | 09:19 |
| fijal | in the simply world of loops and preambles | 09:21 |
| fijal | it just sits at the beginning of the loop | 09:21 |
| squiddy (~squiddy@46.128.142.118.dynamic.cablesurf.de) joined #pypy. | 09:23 | |
| hakanardo | _inject_debugging_code? | 09:24 |
| hakanardo | it's counting the number of times the loop is executed? | 09:24 |
| mattip (~chatzilla@bzq-109-66-111-206.red.bezeqint.net) joined #pypy. | 09:26 | |
| hakanardo | would looping that function over all labels make you happy? | 09:27 |
| tilgovi (~randall@couchdb/developer/tilgovi) left irc: Ping timeout: 240 seconds | 09:28 | |
| amaury_ (~amaury_@46-127-23-192.dynamic.hispeed.ch) left irc: Ping timeout: 252 seconds | 09:29 | |
| hakanardo | ah, no, we need to allocated the additional counters somehow aswell... | 09:30 |
| fijal | well yes | 09:33 |
| fijal | we also need to slice the logs at the end | 09:33 |
| fijal | cause just having counters does not help | 09:33 |
| fijal | because the resulting logs/assembler are no longer readable | 09:33 |
| fijal | to be precise jitlogparser tests no longer test what they were supposed to either | 09:34 |
| kenaan | 12hakanardo default 1127228df2fb9a 15/pypy/jit/backend/x86/test/test_runner.py: Fix the test to again test what it was intended to test. It curently fails | 09:35 |
| hakanardo | ok, where are those tests? | 09:37 |
| fijal | in tool/jitlogparser | 09:37 |
| fijal | but we have to think a bit what we want to present | 09:37 |
| hakanardo | OK, I need to go soon, but I could look into this later if you want | 09:38 |
| fijal | cool, I would be very happy | 09:38 |
| fijal | feel free to change the meaning or API, but generally displaying what goes into backend is no longer good enough | 09:39 |
| hakanardo | but I would need to know what you want :) | 09:39 |
| fijal | since it's very confusing to display a piece of loop that only half gets executed | 09:39 |
| verte (~verte-{ny@python/site-packages/verte) joined #pypy. | 09:39 | |
| fijal | I want to have exactly what was there before - to meaningfully display one loop | 09:40 |
| hakanardo | right, so that would now be a subset of a trace going from one label to the next | 09:42 |
| hakanardo | and for each such subset you also want a counter of how often it was executed | 09:42 |
| verte (~verte-{ny@python/site-packages/verte) left irc: Client Quit | 09:42 | |
| fijal | pretty much | 09:44 |
| fijal | that's definitely enough information to do something with in jitviewer | 09:44 |
| hakanardo | so the jitviewer currently shows the full trace of two iterations? | 09:46 |
| fijal | I think the jitviewer is right now just broken | 09:46 |
| fijal | I'm not sure, it'll probably show you indeed that | 09:46 |
| bbot2 | 3Success: 15http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/647 [12hakanardo, jit-improve-nested-loops] | 09:47 |
| fijal | but also it's mapping to the source code won't really make much sense | 09:47 |
| squiddy (~squiddy@46.128.142.118.dynamic.cablesurf.de) left irc: Remote host closed the connection | 09:47 | |
| hakanardo | right | 09:48 |
| verte (~verte-{ny@python/site-packages/verte) joined #pypy. | 09:50 | |
| anish__ (anish@nat/redhat/x-srohytdzwlwboxlf) left irc: Quit: Leaving | 09:57 | |
| Fluxid | oh, according to speed.pypy.org pypy is 5.1x faster... so you broke 5x again! | 10:12 |
| fijal | pretty much armin did | 10:22 |
| `fox` (~fox@95.237.108.196) joined #pypy. | 10:22 | |
| fijal (~fijal@197.170.176.3) left irc: Read error: Connection reset by peer | 10:37 | |
| mattip (~chatzilla@bzq-109-66-111-206.red.bezeqint.net) left irc: Quit: ChatZilla 0.9.88 [Firefox 8.0/20111115183158] | 10:48 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 10:55 | |
| jell (~jell@host-134-23.dmtec.eu) joined #pypy. | 10:57 | |
| overminder (~overminde@wf119-163.ust.hk) joined #pypy. | 11:00 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 11:00 | |
| Nick change: verte -> verte-{nyctea} | 11:13 | |
| stakkars_ (~tismer@p5DDB72FD.dip.t-dialin.net) joined #pypy. | 11:22 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 11:22 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 11:23 | |
| stakkars_ (~tismer@p5DDB72FD.dip.t-dialin.net) left irc: Ping timeout: 252 seconds | 11:26 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 11:26 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 11:37 | |
| azanella (~azanella@189.6.80.207) joined #pypy. | 11:41 | |
| Vorpal (~AnMaster@unaffiliated/anmaster) joined #pypy. | 11:44 | |
| fox__ (~fox@95.237.108.196) joined #pypy. | 11:57 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 11:57 | |
| jnoller (~jnoller@vpn.nasuni.com) joined #pypy. | 12:21 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 12:30 | |
| fox__ (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 12:30 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 12:55 | |
| fox__ (~fox@95.237.108.196) joined #pypy. | 12:55 | |
| aboudreault (~alanb@osgeo/member/aboudreault) joined #pypy. | 12:56 | |
| nedbat (~nedbat@python/psf/nedbat) joined #pypy. | 12:57 | |
| kenaan | 12arigo generator-in-rpython 119d9bba8e1c24 15/pypy/rpython/test/test_generator.py: A non-test for a non-feature. | 13:03 |
| kenaan | 12arigo generator-in-rpython 11c73c899880d8 15/pypy/rpython/test/test_generator.py: Mark the test classes as _immutable_=True, to showcase what a real implementation would look like. | 13:03 |
| kenaan | 12arigo default 1121c3998a104d 15/pypy/jit/metainterp/history.py: Kill the old version of the function, probably left over during a merge. | 13:03 |
| kenaan | 12arigo default 119bec9e6ff111 15/pypy/: hg merge generator-in-rpython: minimal support for generators. | 13:07 |
| verte-{nyctea} | so rpython loops support generators now? | 13:09 |
| arigato (~arigo@89.204.130.24) joined #pypy. | 13:12 | |
| dgl (~dgl@109.86.165.231) left irc: Quit: Leaving... | 13:19 | |
| fox__ (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 13:24 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 240 seconds | 13:25 | |
| aleksi (~aleksi@85.235.191.82) joined #pypy. | 13:26 | |
| aleksi | Hello. May someone help with psutil? http://code.google.com/p/psutil/issues/detail?id=239 | 13:26 |
| `fox` (~fox@95.237.108.196) joined #pypy. | 13:28 | |
| derdon (~derdon@pD9E1CA5E.dip.t-dialin.net) joined #pypy. | 13:29 | |
| mfoord (~anonymous@python/psf/voidspace) joined #pypy. | 13:33 | |
| arigato | sorry, I would like to help, but I'm on Linux too | 13:38 |
| arigato | can you check if the problem is only with _psutil, or more general? | 13:39 |
| aleksi | arigato: only with psutil, otherwise PyPy 1.7 works great :) | 13:41 |
| arigato | :-/ | 13:41 |
| arigato | how do missing headers lead to the same error even in CPython? | 13:42 |
| arigato | doesn't really make sense to me | 13:42 |
| aleksi | There is a (?) in compatibility wiki for psutil. Does it mean 'no-one tried'? | 13:42 |
| verte-{nyctea} | missing headers don't normally explain link-time problems. | 13:43 |
| aleksi | it works with CPython | 13:43 |
| aleksi | year, some kind of linking problem& | 13:43 |
| arigato | (?) means "Compatibility Unknown" | 13:47 |
| verte-{nyctea} | looks like a pretty straightforward extension with an uncomplicated setup.py | 13:48 |
| verte-{nyctea} | RuntimeError is the wrong exception for these functions to raise, they should raise some subclass of EnvironmentError | 13:52 |
| kenaan | 12arigo pypy.org[extradoc] 11682c997ce4fb 15/: Add a link to the Compatibility Wiki. | 13:53 |
| kenaan | 12arigo default 11bf79890911ed 15/pypy/tool/jitlogparser/test/test_modulefinder.py: Skip these broken tests for now | 13:54 |
| verte-{nyctea} (~verte-{ny@python/site-packages/verte) left irc: Quit: Lost terminal | 13:55 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 13:57 | |
| kenaan | 12arigo default 11532130e19935 15/pypy/jit/backend/x86/test/test_zrpy_platform.py: fix? | 13:58 |
| `fox` (~fox@95.237.108.196) joined #pypy. | 13:58 | |
| arigato | aleksi: well, they are linking with -framework options | 14:02 |
| arigato | on OS/X | 14:02 |
| arigato | I don't know exactly what they are, but I'm sure I don't understand *why* they are needed | 14:02 |
| arigato | that's enough, by far, for me to consider this as "warning, this setup.py is doing strange tricks" | 14:04 |
| arigato | I bet there are issues like "we don't have a framework PyPy for OS/X", whatever that really means | 14:04 |
| nedbat (~nedbat@python/psf/nedbat) left irc: Ping timeout: 245 seconds | 14:05 | |
| fox__ (~fox@95.237.108.196) joined #pypy. | 14:16 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 14:16 | |
| nedbat (~nedbat@python/psf/nedbat) joined #pypy. | 14:17 | |
| JaRoel|4d (~jaroel|4d@office.fourdigits.nl) left irc: Ping timeout: 252 seconds | 14:18 | |
| whitelynx (~whitelynx@63.241.75.144) joined #pypy. | 14:21 | |
| aleksi | arigato: Basically, framework is a directory with libraries, headers and resource. I guess it links agains to IOKit to access /proc equivalent. And commenting out this section doesn't help. | 14:25 |
| arigato | :-( | 14:25 |
| izibi (~izibi@unaffiliated/izibi) left irc: Quit: leaving | 14:29 | |
| JaRoel|4d (~jaroel|4d@office.fourdigits.nl) joined #pypy. | 14:29 | |
| fox__ (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 14:29 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 14:30 | |
| izibi (~izibi@unaffiliated/izibi) joined #pypy. | 14:30 | |
| JaRoel|4d (~jaroel|4d@office.fourdigits.nl) left irc: Ping timeout: 252 seconds | 14:39 | |
| PiotrSikora (~none@nginx/adept/piotrsikora) left irc: Excess Flood | 14:40 | |
| PiotrSikora (~none@nginx/adept/piotrsikora) joined #pypy. | 14:41 | |
| arigato | uh? _psutil_osx.c contains obvious bugs | 14:43 |
| arigato | it calls "free(fds_pointer);" and then it accesses "pds_pointer[i]" | 14:43 |
| aleksi | yeah | 14:45 |
| arigato | you should probably mention that, e.g. as a new issue | 14:46 |
| aleksi | doing it right now :) | 14:46 |
| arigato | :-) | 14:46 |
| arigato | occurs twice with "free(fds_pointer);" | 14:47 |
| Justin (~justin@irssi.datacomm.albany.edu) left irc: Ping timeout: 240 seconds | 14:47 | |
| aleksi | twice? | 14:48 |
| arigato | yes | 14:48 |
| aleksi | I see only one free() call. | 14:49 |
| arigato | lines 805 and 954 | 14:49 |
| arigato | in svn trunk, rev 1243 | 14:49 |
| aleksi | Ah, I use latest release. | 14:50 |
| arigato | developers love bug reports about trunk rather than latest release :-) | 14:50 |
| etrepum (~bob@75.93.144.48) left irc: Quit: etrepum | 14:52 | |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 14:53 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 14:53 | |
| Action: arigato impressed by http://morepypy-ja.blogspot.com/ | 14:54 | |
| Rhyolite | +1 | 14:55 |
| mfoord (~anonymous@python/psf/voidspace) left irc: Quit: mfoord | 14:55 | |
| jterrace (~Adium@pool-98-118-46-82.bstnma.fios.verizon.net) joined #pypy. | 14:59 | |
| nedbat (~nedbat@python/psf/nedbat) left irc: Ping timeout: 255 seconds | 15:02 | |
| arigato (~arigo@89.204.130.24) left irc: Ping timeout: 252 seconds | 15:02 | |
| arigato (~arigo@89.204.130.18) joined #pypy. | 15:03 | |
| kkris (~kris@80-123-45-155.adsl.highway.telekom.at) joined #pypy. | 15:07 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 15:11 | |
| arigato (~arigo@89.204.130.18) left irc: Quit: See you | 15:14 | |
| overminder (~overminde@wf119-163.ust.hk) left irc: Ping timeout: 240 seconds | 15:16 | |
| `fox` (~fox@95.237.108.196) left irc: Ping timeout: 268 seconds | 15:19 | |
| whitelynx (~whitelynx@63.241.75.144) left irc: Quit: Ex-Chat | 15:30 | |
| Shanita (~John@osbk-4db163fc.pool.mediaWays.net) left irc: Ping timeout: 240 seconds | 15:39 | |
| Shanita (~John@osbk-4d087246.pool.mediaWays.net) joined #pypy. | 15:39 | |
| Shanita (~John@osbk-4d087246.pool.mediaWays.net) left irc: Read error: Connection reset by peer | 15:51 | |
| nomadium (miguel@regine.miguel.cc) left irc: Quit: leaving | 15:53 | |
| Kaskuka (~John@osbk-4d087246.pool.mediaWays.net) joined #pypy. | 15:53 | |
| whitelynx (~whitelynx@63.241.75.144) joined #pypy. | 16:03 | |
| Ademan (~dan@adsl-71-141-224-79.dsl.snfc21.pacbell.net) left irc: Quit: leaving | 16:17 | |
| G2P (~G2P@fw-asn1.ornis.com) left irc: Quit: Leaving. | 16:25 | |
| nettok (~quassel@190.143.189.154) joined #pypy. | 16:30 | |
| aleksi (~aleksi@85.235.191.82) left irc: Ping timeout: 276 seconds | 16:36 | |
| Nick change: DasIch_ -> DasIch | 16:41 | |
| etrepum (~bob@pool-173-73-20-220.washdc.fios.verizon.net) joined #pypy. | 17:47 | |
| andrewfr (~andrew@modemcable211.101-70-69.static.videotron.ca) joined #pypy. | 17:49 | |
| andrewfr (andrew@modemcable211.101-70-69.static.videotron.ca) left #pypy. | 17:52 | |
| jnoller (~jnoller@vpn.nasuni.com) left irc: Quit: Leaving... | 18:02 | |
| jterrace (~Adium@pool-98-118-46-82.bstnma.fios.verizon.net) left irc: Quit: Leaving. | 18:07 | |
| asmeurer__ (~asmeurer@c-174-56-21-245.hsd1.nm.comcast.net) left irc: Quit: asmeurer__ | 18:08 | |
| asmeurer (~asmeurer@c-174-56-21-245.hsd1.nm.comcast.net) joined #pypy. | 18:10 | |
| Circlefusion (~cf@74-138-199-109.dhcp.insightbb.com) left irc: Ping timeout: 252 seconds | 18:11 | |
| aboudreault (~alanb@osgeo/member/aboudreault) left irc: Quit: Leaving | 18:20 | |
| nettok (~quassel@190.143.189.154) left irc: Read error: Connection reset by peer | 18:21 | |
| voidspace (~voidspace@python/psf/voidspace) left irc: Quit: Uhm... gotta go | 18:30 | |
| DasIch_ (~dasich@p4FFDE1B9.dip.t-dialin.net) joined #pypy. | 18:32 | |
| aboudreault (~alanb@osgeo/member/aboudreault) joined #pypy. | 18:32 | |
| mtigas (~mtigas@users.spokesman.com) joined #pypy. | 18:33 | |
| DasIch (~dasich@p4FFDD895.dip.t-dialin.net) left irc: Ping timeout: 276 seconds | 18:36 | |
| mtigas (~mtigas@users.spokesman.com) left irc: Quit: mtigas | 18:41 | |
| antocuni (~antocuni@host117-71-dynamic.58-82-r.retail.telecomitalia.it) left irc: Ping timeout: 252 seconds | 19:06 | |
| fzzzy (~donovan@76-198-130-19.lightspeed.mtvwca.sbcglobal.net) joined #pypy. | 19:30 | |
| mtigas (~mtigas@users.spokesman.com) joined #pypy. | 19:32 | |
| nedbat (~nedbat@python/psf/nedbat) joined #pypy. | 20:12 | |
| Circlefusion (~cf@74-138-199-109.dhcp.insightbb.com) joined #pypy. | 20:15 | |
| asmeurer (~asmeurer@c-174-56-21-245.hsd1.nm.comcast.net) left irc: Quit: asmeurer | 20:17 | |
| tilgovi (~randall@ool-4357ca60.dyn.optonline.net) joined #pypy. | 20:21 | |
| tilgovi (~randall@ool-4357ca60.dyn.optonline.net) left irc: Changing host | 20:21 | |
| tilgovi (~randall@couchdb/developer/tilgovi) joined #pypy. | 20:21 | |
| aboudreault (~alanb@osgeo/member/aboudreault) left irc: Quit: Leaving | 20:21 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 240 seconds | 20:32 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 20:32 | |
| Circlefusion (~cf@74-138-199-109.dhcp.insightbb.com) left irc: Ping timeout: 240 seconds | 20:34 | |
| azanella (~azanella@189.6.80.207) left irc: Ping timeout: 248 seconds | 20:34 | |
| Nick change: elliottcable -> notakshatj | 20:35 | |
| etrepum_ (~bob@pool-173-73-20-220.washdc.fios.verizon.net) joined #pypy. | 20:35 | |
| etrepum (~bob@pool-173-73-20-220.washdc.fios.verizon.net) left irc: Read error: Connection reset by peer | 20:36 | |
| Nick change: etrepum_ -> etrepum | 20:36 | |
| Circlefusion (~cf@74-138-199-109.dhcp.insightbb.com) joined #pypy. | 20:37 | |
| asmeurer (~asmeurer@c-174-56-21-245.hsd1.nm.comcast.net) joined #pypy. | 20:40 | |
| Nick change: notakshatj -> elliotcable | 20:44 | |
| tilgovi (~randall@couchdb/developer/tilgovi) left irc: Remote host closed the connection | 20:49 | |
| asmeurer (~asmeurer@c-174-56-21-245.hsd1.nm.comcast.net) left irc: Quit: asmeurer | 20:53 | |
| fijal (~fijal@196-210-199-8.dynamic.isadsl.co.za) joined #pypy. | 21:06 | |
| fijal | hi | 21:08 |
| mtigas (~mtigas@users.spokesman.com) left irc: Quit: mtigas | 21:08 | |
| Alex_Gaynor | fijal: hey | 21:12 |
| Nick change: elliotcable -> elliottcable | 21:13 | |
| Alex_Gaynor | fijal: any progress on the memcpy slowdown? | 21:13 |
| fijal (~fijal@196-210-199-8.dynamic.isadsl.co.za) left irc: Ping timeout: 240 seconds | 21:15 | |
| lahwran | http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#our-runtime-interpreter-is-rpython | 21:19 |
| lahwran | "all allowed but yield, for loops restricted to builtin types" | 21:19 |
| lahwran | was just made incorrect by a commit | 21:19 |
| kennethreitz (~kennethre@c-24-127-96-129.hsd1.va.comcast.net) left irc: Ping timeout: 244 seconds | 21:20 | |
| lahwran | ! does pypy have greenlets? | 21:30 |
| lahwran | I was browsing the link above, found https://bitbucket.org/pypy/pypy/src/default/lib_pypy | 21:30 |
| lahwran | from which I found: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/greenlet.py | 21:30 |
| lahwran | does this module ... work? | 21:30 |
| Alex_Gaynor | yes it does | 21:34 |
| lahwran | O_O | 21:37 |
| nedbat (~nedbat@python/psf/nedbat) left irc: Ping timeout: 276 seconds | 22:03 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 22:08 | |
| kkris (~kris@80-123-45-155.adsl.highway.telekom.at) left irc: Quit: Leaving. | 22:09 | |
| davidpk (~davidpk@5e09151b.bb.sky.com) joined #pypy. | 22:10 | |
| pedronis (~pedronis@73-53.195-178.cust.bluewin.ch) left irc: Remote host closed the connection | 22:16 | |
| tito (~tito@pdpc/supporter/active/tito) left irc: Disconnected by services | 22:23 | |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/own-macosx-x86-32/builds/754 | 22:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64/builds/182 | 22:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-32/builds/991 | 22:30 |
| bbot2 | Started: 15http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64-2/builds/10 | 22:30 |
| `fox` (~fox@95.237.108.196) left irc: Read error: Connection reset by peer | 22:39 | |
| `fox` (~fox@95.237.108.196) joined #pypy. | 22:39 | |
| davidpk (~davidpk@5e09151b.bb.sky.com) left irc: Quit: davidpk | 22:49 | |
| davidpk (~davidpk@5e09151b.bb.sky.com) joined #pypy. | 22:51 | |
| davidpk (~davidpk@5e09151b.bb.sky.com) left irc: Quit: davidpk | 22:57 | |
| Dulak (~michael@unaffiliated/dulak) left irc: Remote host closed the connection | 23:00 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 252 seconds | 23:18 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 23:24 | |
| Count_Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 23:26 | |
| durin42 (~durin@adium/durin42) left irc: Ping timeout: 276 seconds | 23:27 | |
| `fox` (~fox@95.237.108.196) left irc: Ping timeout: 252 seconds | 23:28 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 240 seconds | 23:28 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 23:28 | |
| durin42 (~durin@adium/durin42) joined #pypy. | 23:29 | |
| Count_Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 255 seconds | 23:32 | |
| Count_Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) joined #pypy. | 23:33 | |
| Niedar (~nnscript@ip68-231-248-182.hr.hr.cox.net) left irc: Ping timeout: 268 seconds | 23:33 | |
| --- Sat Dec 24 2011 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!