From pypy-dev-issue at codespeak.net Thu Jul 1 23:42:40 2010 From: pypy-dev-issue at codespeak.net (Amaury Forgeot d Arc) Date: Thu, 01 Jul 2010 21:42:40 +0000 Subject: [PyPy-issue] [issue531] string_escape codec problems Message-ID: <1278020560.79.0.0948883720632.issue531@> Amaury Forgeot d Arc added the comment: Fixed with r75742. ---------- status: unread -> resolved _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Tue Jul 13 00:37:27 2010 From: pypy-dev-issue at codespeak.net (Fijal) Date: Mon, 12 Jul 2010 22:37:27 +0000 Subject: [PyPy-issue] [issue552] crash in JIT Message-ID: <1278974247.71.0.307295909846.issue552@> New submission from Fijal : When running twisted tests, there is an occasional crash. To reproduce: trial -u twisted.names (if passes 300 iterations, stop and rerun, occurs very rarely). Example of a gdb traceback. Repeated blackholes and metainterps on stack, crashes with bad type id when collecting from optimizer. ---------- effort: ??? files: dump messages: 1799 nosy: pypy-issue priority: bug release: ??? status: unread title: crash in JIT _______________________________________________________ PyPy development tracker _______________________________________________________ -------------- next part -------------- A non-text attachment was scrubbed... Name: dump Type: application/octet-stream Size: 21165 bytes Desc: not available URL: From pypy-dev-issue at codespeak.net Tue Jul 13 11:02:27 2010 From: pypy-dev-issue at codespeak.net (Armin Rigo) Date: Tue, 13 Jul 2010 09:02:27 +0000 Subject: [PyPy-issue] [issue552] crash in JIT Message-ID: <1279011747.2.0.685630824579.issue552@> Armin Rigo added the comment: How do I run the test so that it runs for 300 iterations and then stops? ---------- status: unread -> chatting _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Tue Jul 13 18:05:38 2010 From: pypy-dev-issue at codespeak.net (Armin Rigo) Date: Tue, 13 Jul 2010 16:05:38 +0000 Subject: [PyPy-issue] [issue552] crash in JIT Message-ID: <1279037138.61.0.258235501094.issue552@> Armin Rigo added the comment: If it's related to the multijit branch merge, then the issue should disappear if we don't actually use several JITs. Fijal, can you try to recompile a pypy-c-jit with the jitdriver in pypy/module/__builtin__/functional.py disabled? _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Thu Jul 15 15:08:10 2010 From: pypy-dev-issue at codespeak.net (Antonio Cuni) Date: Thu, 15 Jul 2010 13:08:10 +0000 Subject: [PyPy-issue] [issue505] site.py in local directory imported on startup. Message-ID: <1279199290.72.0.777988352213.issue505@> Antonio Cuni added the comment: It seems that cpython behaves differently in the cases in which PYTHONPATH is empty or unset: anaconda foo $ echo $PYTHONPATH :/home/antocuni/WebFormKit:/home/antocuni/pypy/trunk/:/home/antocuni/pypy/user/antocuni/:/home/antocuni/pypy/user/antocuni/hack/:/home/antocuni/pypy/misc/pg8000/:/home/antocuni/pypy/misc/casalino-carta/:/home/antocuni/pypy/misc/execnet/ anaconda foo $ python -c 'import site; print site' anaconda foo $ PYTHONPATH= python -c 'import site; print site' anaconda foo $ unset PYTHONPATH anaconda foo $ python -c 'import site; print site' I think the cause is that an empty PYTHONPATH triggers the insertion of two '' in sys.path: anaconda foo $ export PYTHONPATH= anaconda foo $ python -S -c 'import sys; print sys.path' ['', '', '/usr/lib/python2.6/', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload'] anaconda foo $ unset PYTHONPATH anaconda foo $ python -S -c 'import sys; print sys.path' ['', '/usr/lib/python2.6/', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload'] I think that this explains why regebro and armin see different results on cpython. The problem in pypy still exists _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Fri Jul 23 14:54:57 2010 From: pypy-dev-issue at codespeak.net (Armin Rigo) Date: Fri, 23 Jul 2010 12:54:57 +0000 Subject: [PyPy-issue] [issue548] Timestamps are rounded differently in pypy and cpython Message-ID: <1279889697.62.0.491830455346.issue548@> Armin Rigo added the comment: Fixed by r76326 (thanks hruske). ---------- status: unread -> resolved _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Fri Jul 23 15:03:28 2010 From: pypy-dev-issue at codespeak.net (Armin Rigo) Date: Fri, 23 Jul 2010 13:03:28 +0000 Subject: [PyPy-issue] [issue477] JIT fails when inlining closure Message-ID: <1279890208.08.0.0393332390108.issue477@> Armin Rigo added the comment: Resolved, probably -- please re-open if not. ---------- nosy: +pypy-issue -ac, arigo, cfbolz, fijal, mwh, pedronis, tismer status: chatting -> resolved _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Fri Jul 23 15:25:08 2010 From: pypy-dev-issue at codespeak.net (Armin Rigo) Date: Fri, 23 Jul 2010 13:25:08 +0000 Subject: [PyPy-issue] [issue485] Annotator exception after JIT generation Message-ID: <1279891508.89.0.326254115683.issue485@> Armin Rigo added the comment: Fixed in r76327. ---------- nosy: +pypy-issue -ac, arigo, cfbolz, mwh, pedronis, tismer status: chatting -> resolved _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Sat Jul 31 14:12:00 2010 From: pypy-dev-issue at codespeak.net (crina) Date: Sat, 31 Jul 2010 12:12:00 +0000 Subject: [PyPy-issue] [issue553] thnx Message-ID: <1280578320.55.0.462769970096.issue553@> New submission from crina : x ---------- effort: easy files: nd1.html messages: 1806 nosy: crina, pypy-issue priority: wish release: 0.8 status: unread title: thnx _______________________________________________________ PyPy development tracker _______________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From pypy-dev-issue at codespeak.net Sat Jul 31 14:13:06 2010 From: pypy-dev-issue at codespeak.net (Alex Gaynor) Date: Sat, 31 Jul 2010 12:13:06 +0000 Subject: [PyPy-issue] [issue553] [spam] Message-ID: <1280578386.51.0.961115695088.issue553@> New submission from Alex Gaynor : Spam. Removed. ---------- title: thnx -> [spam] _______________________________________________________ PyPy development tracker _______________________________________________________ From pypy-dev-issue at codespeak.net Sat Jul 31 14:14:59 2010 From: pypy-dev-issue at codespeak.net (crina) Date: Sat, 31 Jul 2010 12:14:59 +0000 Subject: [PyPy-issue] [issue553] [spam] Message-ID: <1280578499.55.0.931505147315.issue553@> crina added the comment: sorry) _______________________________________________________ PyPy development tracker _______________________________________________________