[pypy-commit] cffi static-callback-embedding: Stop running the embedding_init_code() code as if it was part of the

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2533:1c789b36273d Date: 2016-01-07 10:09 +0100 http://bitbucket.org/cffi/cffi/changeset/1c789b36273d/ Log:Stop running the embedding_init_code() code as if it was part of the extension module. Instead, be explicit and re

[pypy-commit] pypy cffi-static-callback-embedding: update to cffi/1c789b36273d

2016-01-07 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback-embedding Changeset: r81602:455a5e6e72ea Date: 2016-01-07 10:18 +0100 http://bitbucket.org/pypy/pypy/changeset/455a5e6e72ea/ Log:update to cffi/1c789b36273d diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cff

[pypy-commit] pypy s390x-backend: need to save all registers before assembling call_release_gil*, accidentally put false to save_all_regs

2016-01-07 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81603:5d0c94086009 Date: 2016-01-07 09:27 +0100 http://bitbucket.org/pypy/pypy/changeset/5d0c94086009/ Log:need to save all registers before assembling call_release_gil*, accidentally put false to save_all_regs diff --git a/r

[pypy-commit] pypy memop-simplify3: merged default

2016-01-07 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify3 Changeset: r81608:6c7db6a22424 Date: 2016-01-07 12:14 +0100 http://bitbucket.org/pypy/pypy/changeset/6c7db6a22424/ Log:merged default diff too long, truncating to 2000 out of 2916 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICEN

[pypy-commit] pypy memop-simplify3: syntax error removed, simplified op.getopnum() to opnum and extracting the field before

2016-01-07 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify3 Changeset: r81609:258b49aa5c84 Date: 2016-01-07 13:11 +0100 http://bitbucket.org/pypy/pypy/changeset/258b49aa5c84/ Log:syntax error removed, simplified op.getopnum() to opnum and extracting the field before transforming call_malloc_cond

[pypy-commit] pypy memop-simplify3: translation fixes for the changes in rewrite.py

2016-01-07 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify3 Changeset: r81610:f99df61537a8 Date: 2016-01-07 14:57 +0100 http://bitbucket.org/pypy/pypy/changeset/f99df61537a8/ Log:translation fixes for the changes in rewrite.py diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend

[pypy-commit] cffi static-callback-embedding: Allow platform-specific hacks to invoke the compiler

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2535:dd5771e43bd0 Date: 2016-01-07 16:19 +0100 http://bitbucket.org/cffi/cffi/changeset/dd5771e43bd0/ Log:Allow platform-specific hacks to invoke the compiler diff --git a/testing/embedding/test_basic.py b/testing/embedding/tes

[pypy-commit] cffi demo-cleanup: tweaks

2016-01-07 Thread arigo
Author: Armin Rigo Branch: demo-cleanup Changeset: r2542:d1669b7461e4 Date: 2016-01-07 16:53 +0100 http://bitbucket.org/cffi/cffi/changeset/d1669b7461e4/ Log:tweaks diff --git a/demo/readdir2.py b/demo/readdir2.py --- a/demo/readdir2.py +++ b/demo/readdir2.py @@ -5,15 +5,9 @@ if not sys.pla

[pypy-commit] cffi demo-cleanup: tweaks

2016-01-07 Thread arigo
Author: Armin Rigo Branch: demo-cleanup Changeset: r2544:c5133d5b81fe Date: 2016-01-07 16:55 +0100 http://bitbucket.org/cffi/cffi/changeset/c5133d5b81fe/ Log:tweaks diff --git a/demo/xclient.py b/demo/xclient.py --- a/demo/xclient.py +++ b/demo/xclient.py @@ -1,14 +1,8 @@ import sys, os -

[pypy-commit] cffi demo-cleanup: ready to merge

2016-01-07 Thread arigo
Author: Armin Rigo Branch: demo-cleanup Changeset: r2545:d672723c75b4 Date: 2016-01-07 16:55 +0100 http://bitbucket.org/cffi/cffi/changeset/d672723c75b4/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] cffi static-callback-embedding: In-progress: fix tests to attempt to use distutils also for compiling

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2548:2d42a1e6d060 Date: 2016-01-07 23:05 +0100 http://bitbucket.org/cffi/cffi/changeset/2d42a1e6d060/ Log:In-progress: fix tests to attempt to use distutils also for compiling the executable diff --git a/cffi/api.py b/c

[pypy-commit] cffi static-callback-embedding: Fix ffi.compile() to automatically link with the python library

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2547:c3b68c2839d1 Date: 2016-01-07 18:20 +0100 http://bitbucket.org/cffi/cffi/changeset/c3b68c2839d1/ Log:Fix ffi.compile() to automatically link with the python library diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py

[pypy-commit] pypy default: review the skips in test_optimizebasic

2016-01-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r81611:7a618a8a60ec Date: 2016-01-08 00:37 +0100 http://bitbucket.org/pypy/pypy/changeset/7a618a8a60ec/ Log:review the skips in test_optimizebasic - killed the really old tests that relied on optimizefindnode machinery -

[pypy-commit] pypy default: those just pass

2016-01-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r81612:22b851590fb0 Date: 2016-01-08 00:49 +0100 http://bitbucket.org/pypy/pypy/changeset/22b851590fb0/ Log:those just pass diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test

[pypy-commit] cffi static-callback-embedding: fix

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2549:2db0bf58185a Date: 2016-01-08 07:58 +0100 http://bitbucket.org/cffi/cffi/changeset/2db0bf58185a/ Log:fix diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/test_basic.py

[pypy-commit] cffi static-callback-embedding: Py3 fixes. Skip the embedding tests if linking with -lpython%d.%d

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2550:e0a4793589e0 Date: 2016-01-08 08:17 +0100 http://bitbucket.org/cffi/cffi/changeset/e0a4793589e0/ Log:Py3 fixes. Skip the embedding tests if linking with -lpython%d.%d fails (likely, the Python was not compiled with

[pypy-commit] cffi static-callback-embedding: Py3 fix

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2551:72802dce3d25 Date: 2016-01-08 08:41 +0100 http://bitbucket.org/cffi/cffi/changeset/72802dce3d25/ Log:Py3 fix diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -548,6 +548,8 @@ t

[pypy-commit] cffi static-callback-embedding: Py3 fix

2016-01-07 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2552:249be3c875c8 Date: 2016-01-08 08:47 +0100 http://bitbucket.org/cffi/cffi/changeset/249be3c875c8/ Log:Py3 fix diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/test_basic

[pypy-commit] pypy jit-leaner-frontend: a bit of random progress

2016-01-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r81613:a59079c649da Date: 2016-01-08 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a59079c649da/ Log:a bit of random progress diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/m

[pypy-commit] pypy osx-vmprof-support: close branch likely not going anywhere (different approach ahead)

2016-01-07 Thread fijal
Author: fijal Branch: osx-vmprof-support Changeset: r81614:de58d64bcb59 Date: 2016-01-08 09:52 +0200 http://bitbucket.org/pypy/pypy/changeset/de58d64bcb59/ Log:close branch likely not going anywhere (different approach ahead) ___ pypy-commit mailing

[pypy-commit] pypy vmprof-newstack: merge default

2016-01-07 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81615:58ef1d3f7f09 Date: 2016-01-08 09:52 +0200 http://bitbucket.org/pypy/pypy/changeset/58ef1d3f7f09/ Log:merge default diff too long, truncating to 2000 out of 34712 lines diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitigno