[pypy-commit] stmgc default: Avoid doing changes in this debug-only function

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r415:7e7b074f25af Date: 2013-07-19 10:20 +0200 http://bitbucket.org/pypy/stmgc/changeset/7e7b074f25af/ Log:Avoid doing changes in this debug-only function diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -545,10 +545,15

[pypy-commit] stmgc default: An extra test, with explanation

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r416:6ce90865cdee Date: 2013-07-19 10:21 +0200 http://bitbucket.org/pypy/stmgc/changeset/6ce90865cdee/ Log:An extra test, with explanation diff --git a/c4/test/test_nursery.py b/c4/test/test_nursery.py --- a/c4/test/test_nursery.py +++ b/c4/test/test_nu

[pypy-commit] extradoc extradoc: mention the hosts

2013-07-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4996:761ec0103b43 Date: 2013-07-18 19:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/761ec0103b43/ Log:mention the hosts diff --git a/sprintinfo/london-2013/announcement.txt b/sprintinfo/london-2013/announcement.txt --- a/sprin

[pypy-commit] stmgc default: Add comments about the barrier placement

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r417:6bde91a8f3f9 Date: 2013-07-19 11:20 +0200 http://bitbucket.org/pypy/stmgc/changeset/6bde91a8f3f9/ Log:Add comments about the barrier placement diff --git a/c4/stmgc.h b/c4/stmgc.h --- a/c4/stmgc.h +++ b/c4/stmgc.h @@ -54,11 +54,19 @@ int stm_enter

[pypy-commit] pypy stmgc-c4: Adpat writebarrier.py to the precise current set of requirements.

2013-07-19 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r65476:21348e84ad9a Date: 2013-07-19 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/21348e84ad9a/ Log:Adpat writebarrier.py to the precise current set of requirements. diff --git a/rpython/translator/stm/test/test_writebarrier.py b/rpytho

[pypy-commit] extradoc extradoc: fixes proposed by Laurie

2013-07-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4997:08ffac1f4bfa Date: 2013-07-19 12:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/08ffac1f4bfa/ Log:fixes proposed by Laurie diff --git a/sprintinfo/london-2013/announcement.txt b/sprintinfo/london-2013/announcement.txt ---

[pypy-commit] stmgc weakref: more debug output

2013-07-19 Thread Raemi
Author: Remi Meier Branch: weakref Changeset: r418:983bb16c726a Date: 2013-07-19 11:46 +0200 http://bitbucket.org/pypy/stmgc/changeset/983bb16c726a/ Log:more debug output diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -16,13 +16,14 @@ i = 0; cur = tmp_buf; +cur

[pypy-commit] stmgc default: more backout

2013-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r420:d7b329c4c608 Date: 2013-07-19 11:52 +0200 http://bitbucket.org/pypy/stmgc/changeset/d7b329c4c608/ Log:more backout diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -358,19 +358,6 @@ stmgc_trace(obj, &visi

[pypy-commit] stmgc default: demo_random should not use the writeables cache anymore, since that is invalid again

2013-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r421:5f6c08c9274a Date: 2013-07-19 12:06 +0200 http://bitbucket.org/pypy/stmgc/changeset/5f6c08c9274a/ Log:demo_random should not use the writeables cache anymore, since that is invalid again diff --git a/c4/demo_random.c b/c4/demo_random.c ---

[pypy-commit] stmgc default: Backed out changeset: 191c168da60e (readding of objects during minor collections to old_objects_to_trace)

2013-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r419:ff208391e85c Date: 2013-07-19 11:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/ff208391e85c/ Log:Backed out changeset: 191c168da60e (readding of objects during minor collections to old_objects_to_trace) diff --git a/c4/nursery.c b/c4/n

[pypy-commit] pypy fast-slowpath: Call directly the resize (avoids double calling). Add a jit target that I'm

2013-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65477:80cf2e2836ff Date: 2013-07-19 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/80cf2e2836ff/ Log:Call directly the resize (avoids double calling). Add a jit target that I'm testing. diff --git a/rpython/jit/backen

[pypy-commit] pypy fast-slowpath: fix test_rewrite

2013-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65478:afb489f5629a Date: 2013-07-19 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/afb489f5629a/ Log:fix test_rewrite diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/backend/llsupport/test/test_

[pypy-commit] stmgc default: add another test that passes, not sure why

2013-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r422:1e4740b610b6 Date: 2013-07-19 12:44 +0200 http://bitbucket.org/pypy/stmgc/changeset/1e4740b610b6/ Log:add another test that passes, not sure why diff --git a/c4/test/test_nursery.py b/c4/test/test_nursery.py --- a/c4/test/test_nursery.py +++ b/c4/t

[pypy-commit] pypy fast-slowpath: improve the heuristic and fix some tests

2013-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65479:07f3a1f54312 Date: 2013-07-19 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/07f3a1f54312/ Log:improve the heuristic and fix some tests diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsu

[pypy-commit] extradoc extradoc: attendees, not attendants

2013-07-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4998:bb3112fd409f Date: 2013-07-19 13:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/bb3112fd409f/ Log:attendees, not attendants diff --git a/sprintinfo/london-2013/announcement.txt b/sprintinfo/london-2013/announcement.txt ---

[pypy-commit] stmgc default: understand and fix tests

2013-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r423:dad61e32d0b3 Date: 2013-07-19 13:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/dad61e32d0b3/ Log:understand and fix tests diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -406,7 +406,7 @@ static void teardow

[pypy-commit] lang-smalltalk default: added caching for dlsym function names to speed up dynamically loaded named primitives

2013-07-19 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r506:231c592b8c33 Date: 2013-07-19 11:53 + http://bitbucket.org/pypy/lang-smalltalk/changeset/231c592b8c33/ Log:added caching for dlsym function names to speed up dynamically loaded named primitives diff --git a/spyvm/interpreter_proxy.

[pypy-commit] lang-smalltalk default: added FILL primitive (145)

2013-07-19 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r507:f48f9c043b3e Date: 2013-07-19 11:53 + http://bitbucket.org/pypy/lang-smalltalk/changeset/f48f9c043b3e/ Log:added FILL primitive (145) diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py +++ b/spyvm/primitives.p

[pypy-commit] lang-smalltalk default: changed return type of unwrap positive 32 bit int from int to r_uint

2013-07-19 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r505:cb9c370c7dae Date: 2013-07-19 11:52 + http://bitbucket.org/pypy/lang-smalltalk/changeset/cb9c370c7dae/ Log:changed return type of unwrap positive 32 bit int from int to r_uint diff --git a/spyvm/interpreter_proxy.py b/spyvm/interpreter_pro

[pypy-commit] stmgc weakref: merge default

2013-07-19 Thread Raemi
Author: Remi Meier Branch: weakref Changeset: r424:e9a1be2c8ade Date: 2013-07-19 14:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/e9a1be2c8ade/ Log:merge default diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++ b/c4/demo_random.c @@ -72,11 +72,6 @@ time_t def

[pypy-commit] stmgc default: a bit of documentation

2013-07-19 Thread Raemi
Author: Remi Meier Branch: Changeset: r425:6e3e8f9d5e30 Date: 2013-07-19 14:35 +0200 http://bitbucket.org/pypy/stmgc/changeset/6e3e8f9d5e30/ Log:a bit of documentation diff --git a/c4/doc-objects.txt b/c4/doc-objects.txt --- a/c4/doc-objects.txt +++ b/c4/doc-objects.txt @@ -293,3 +293,63 @@

[pypy-commit] pypy fast-slowpath: fixes

2013-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65480:8dd3aec517e0 Date: 2013-07-19 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/8dd3aec517e0/ Log:fixes diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py --- a/rpython/jit/

[pypy-commit] stmgc weakref: magically make it work

2013-07-19 Thread Raemi
Author: Remi Meier Branch: weakref Changeset: r426:4cad3aa5a20b Date: 2013-07-19 15:46 +0200 http://bitbucket.org/pypy/stmgc/changeset/4cad3aa5a20b/ Log:magically make it work (we shouldn't run over list_of_read_objects after a major collection decided to partially fix it (or not at

[pypy-commit] extradoc extradoc: Add myself

2013-07-19 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r4999:08c9b80420a4 Date: 2013-07-19 16:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/08c9b80420a4/ Log:Add myself diff --git a/sprintinfo/london-2013/people.txt b/sprintinfo/london-2013/people.txt --- a/sprintinfo/london-2013/peo

[pypy-commit] pypy fast-slowpath: try to improve on slowpath + fixes

2013-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65481:23817367279e Date: 2013-07-19 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/23817367279e/ Log:try to improve on slowpath + fixes diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/

[pypy-commit] stmgc copy-over-original2: merge weakrefs

2013-07-19 Thread Raemi
Author: Remi Meier Branch: copy-over-original2 Changeset: r427:b39faaf63e68 Date: 2013-07-19 16:15 +0200 http://bitbucket.org/pypy/stmgc/changeset/b39faaf63e68/ Log:merge weakrefs diff --git a/c4/Makefile b/c4/Makefile --- a/c4/Makefile +++ b/c4/Makefile @@ -16,10 +16,10 @@ H_FILES = atom

[pypy-commit] pypy default: More tests, checked to work on CPython's greenlet

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r65482:694068eb90e4 Date: 2013-07-19 20:30 +0200 http://bitbucket.org/pypy/pypy/changeset/694068eb90e4/ Log:More tests, checked to work on CPython's greenlet diff --git a/pypy/module/test_lib_pypy/test_greenlet.py b/pypy/module/test_lib_pypy/test_green

[pypy-commit] pypy default: Fix the first of the two tests

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r65483:e9608727658c Date: 2013-07-19 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/e9608727658c/ Log:Fix the first of the two tests diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@

[pypy-commit] pypy default: Fix the second test.

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r65484:32a376d76708 Date: 2013-07-19 20:44 +0200 http://bitbucket.org/pypy/pypy/changeset/32a376d76708/ Log:Fix the second test. diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@ -57,6 +57,

[pypy-commit] pypy default: Kill this now-not-useful variable

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r65486:0c1ca879c6b0 Date: 2013-07-19 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/0c1ca879c6b0/ Log:Kill this now-not-useful variable diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py

[pypy-commit] pypy default: Test for the "except:" path. Tests that the exception class is only

2013-07-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r65485:d2ffe8aaa387 Date: 2013-07-19 20:51 +0200 http://bitbucket.org/pypy/pypy/changeset/d2ffe8aaa387/ Log:Test for the "except:" path. Tests that the exception class is only instantiated once, and fix. diff --git a/lib_pypy/greenlet.py b/lib_p

[pypy-commit] pypy default: added statvfs_result to posix

2013-07-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65487:b95b5d213403 Date: 2013-07-19 15:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b95b5d213403/ Log:added statvfs_result to posix diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py +++

[pypy-commit] pypy default: fill in is_none

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65488:bd08271bef4a Date: 2013-07-19 16:00 -0700 http://bitbucket.org/pypy/pypy/changeset/bd08271bef4a/ Log:fill in is_none diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py --- a/pypy/tool/pytest/objspace.py +++ b/pypy/tool/py

[pypy-commit] pypy default: py3k branch compat.

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65489:40a0a35f612c Date: 2013-07-19 16:02 -0700 http://bitbucket.org/pypy/pypy/changeset/40a0a35f612c/ Log:py3k branch compat. diff --git a/pypy/module/test_lib_pypy/test_tputil.py b/pypy/module/test_lib_pypy/test_tputil.py --- a/pypy/module/test_l

[pypy-commit] pypy default: convert to formal app level tests so they have a chance of running on the py3k

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65490:2997e5b63e2e Date: 2013-07-19 16:08 -0700 http://bitbucket.org/pypy/pypy/changeset/2997e5b63e2e/ Log:convert to formal app level tests so they have a chance of running on the py3k branch. they'll run slower but that can be avoided w/

[pypy-commit] pypy py3k: adapt to py3

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65493:bce5675fd138 Date: 2013-07-19 17:19 -0700 http://bitbucket.org/pypy/pypy/changeset/bce5675fd138/ Log:adapt to py3 diff --git a/pypy/module/test_lib_pypy/test_resource.py b/pypy/module/test_lib_pypy/test_resource.py --- a/pypy/module/test_

[pypy-commit] pypy py3k: fix greenlet exception handling: this has to normalize 3 item exception args

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65492:6a0b8e7eaf5d Date: 2013-07-19 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/6a0b8e7eaf5d/ Log:fix greenlet exception handling: this has to normalize 3 item exception args without py2's 2 or 3 expression raise statement, so

[pypy-commit] pypy default: this eq_w doesn't seem necessary any longer and is broken (doesn't try is_w

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65495:8462ed51bff9 Date: 2013-07-19 18:15 -0700 http://bitbucket.org/pypy/pypy/changeset/8462ed51bff9/ Log:this eq_w doesn't seem necessary any longer and is broken (doesn't try is_w first) diff --git a/pypy/tool/pytest/appsupport.py b/pypy/

[pypy-commit] pypy py3k: 2to3

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65494:e552c1932247 Date: 2013-07-19 17:49 -0700 http://bitbucket.org/pypy/pypy/changeset/e552c1932247/ Log:2to3 diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py --- a/pypy/module/posix/app_posix.py +++ b/pypy/module/p

[pypy-commit] pypy default: convert to formal app-level style tests

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65496:a26b87569de1 Date: 2013-07-19 18:15 -0700 http://bitbucket.org/pypy/pypy/changeset/a26b87569de1/ Log:convert to formal app-level style tests diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_pypy/test_collectio

[pypy-commit] pypy py3k: 2to3

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65498:018c042a46f0 Date: 2013-07-19 18:20 -0700 http://bitbucket.org/pypy/pypy/changeset/018c042a46f0/ Log:2to3 diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_pypy/test_collections.py --- a/pypy/module/test_li

[pypy-commit] pypy py3k: merge default

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65497:51a3db8d788f Date: 2013-07-19 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/51a3db8d788f/ Log:merge default diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_pypy/test_collections.py --- a/pypy/modul

[pypy-commit] pypy py3k: merge default

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65500:fcb802e5397a Date: 2013-07-19 18:35 -0700 http://bitbucket.org/pypy/pypy/changeset/fcb802e5397a/ Log:merge default diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_pypy/test_collections.py --- a/pypy/modul

[pypy-commit] pypy default: slight tweaks to help this work under py3k appdirect mode

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65499:0c65312f0027 Date: 2013-07-19 18:33 -0700 http://bitbucket.org/pypy/pypy/changeset/0c65312f0027/ Log:slight tweaks to help this work under py3k appdirect mode diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_p

[pypy-commit] pypy py3k: add the pypyroot to the appdirect sys.path so it can import from lib_pypy

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65501:fd721a7dc616 Date: 2013-07-19 18:38 -0700 http://bitbucket.org/pypy/pypy/changeset/fd721a7dc616/ Log:add the pypyroot to the appdirect sys.path so it can import from lib_pypy diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pyt

[pypy-commit] pypy py3k: this tests specifically our own code module modifications, so skip it under

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65502:897dfe5eadb6 Date: 2013-07-19 18:48 -0700 http://bitbucket.org/pypy/pypy/changeset/897dfe5eadb6/ Log:this tests specifically our own code module modifications, so skip it under appdirect diff --git a/pypy/module/test_lib_pypy/test_

[pypy-commit] pypy py3k: adapt to py3

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65509:1f1e9a2a1ffc Date: 2013-07-19 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/1f1e9a2a1ffc/ Log:adapt to py3 diff --git a/pypy/module/test_lib_pypy/test_sha_extra.py b/pypy/module/test_lib_pypy/test_sha_extra.py --- a/pypy/module/tes

[pypy-commit] pypy default: simplify

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65506:a401eb4866e1 Date: 2013-07-19 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/a401eb4866e1/ Log:simplify diff --git a/pypy/module/test_lib_pypy/support.py b/pypy/module/test_lib_pypy/support.py --- a/pypy/module/test_lib_pypy/support.py

[pypy-commit] pypy default: oops

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65503:4121d8d7d855 Date: 2013-07-19 19:13 -0700 http://bitbucket.org/pypy/pypy/changeset/4121d8d7d855/ Log:oops diff --git a/pypy/module/test_lib_pypy/support.py b/pypy/module/test_lib_pypy/support.py --- a/pypy/module/test_lib_pypy/support.py +++

[pypy-commit] pypy py3k: merge default

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65507:6ea19b5c2a9c Date: 2013-07-19 19:59 -0700 http://bitbucket.org/pypy/pypy/changeset/6ea19b5c2a9c/ Log:merge default diff --git a/pypy/module/__pypy__/test/test_intop.py b/pypy/module/__pypy__/test/test_intop.py --- a/pypy/module/__pypy__/t

[pypy-commit] pypy py3k: merge default

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65504:92b54ee3d6f2 Date: 2013-07-19 19:14 -0700 http://bitbucket.org/pypy/pypy/changeset/92b54ee3d6f2/ Log:merge default diff --git a/pypy/module/test_lib_pypy/support.py b/pypy/module/test_lib_pypy/support.py --- a/pypy/module/test_lib_pypy/su

[pypy-commit] pypy default: prefer the py3k friendly sys.maxsize

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65505:a4c42ef3992f Date: 2013-07-19 19:51 -0700 http://bitbucket.org/pypy/pypy/changeset/a4c42ef3992f/ Log:prefer the py3k friendly sys.maxsize diff --git a/pypy/module/__pypy__/test/test_intop.py b/pypy/module/__pypy__/test/test_intop.py --- a/pyp

[pypy-commit] pypy py3k: tweak special casing of lib_pypy imports for py3's appdirect

2013-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65508:c1b28cfd5002 Date: 2013-07-19 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/c1b28cfd5002/ Log:tweak special casing of lib_pypy imports for py3's appdirect diff --git a/pypy/module/test_lib_pypy/support.py b/pypy/module/test_lib_pyp