[pypy-commit] pypy default: make shadowstack suggested and not required when translating for arm

2013-06-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64956:5e10049c60ad Date: 2013-06-22 14:52 -0500 http://bitbucket.org/pypy/pypy/changeset/5e10049c60ad/ Log:make shadowstack suggested and not required when translating for arm diff --git

[pypy-commit] pypy default: ctypes/_rawffi can generate unaligned access to floating point fields in

2013-06-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64957:162603593f00 Date: 2013-06-23 04:24 -0500 http://bitbucket.org/pypy/pypy/changeset/162603593f00/ Log:ctypes/_rawffi can generate unaligned access to floating point fields in structures. Directly reading

[pypy-commit] stmgc default: Tweak the compilation.

2013-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r245:ec040cc165db Date: 2013-06-23 10:37 +0200 http://bitbucket.org/pypy/stmgc/changeset/ec040cc165db/ Log:Tweak the compilation. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,5 @@ syntax: glob *.pyc *~

[pypy-commit] pypy default: Silence the strangest RPython warning so far: prebuilt instance

2013-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64958:a2aada708ad4 Date: 2013-06-23 19:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a2aada708ad4/ Log:Silence the strangest RPython warning so far: prebuilt instance Ellipsis has no attribute 'errno' diff --git

[pypy-commit] stmgc default: in-progress

2013-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r247:ad70dac44a95 Date: 2013-06-23 21:05 +0200 http://bitbucket.org/pypy/stmgc/changeset/ad70dac44a95/ Log:in-progress diff --git a/c4/stmgc.h b/c4/stmgc.h --- a/c4/stmgc.h +++ b/c4/stmgc.h @@ -56,10 +56,12 @@ this call. */ void

[pypy-commit] pypy default: rpython's int() doesn't allow any trailing non-integer characters (such as a newline)

2013-06-23 Thread stefanor
Author: Stefano Rivera stef...@rivera.za.net Branch: Changeset: r64959:7bf8c506fa12 Date: 2013-06-23 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7bf8c506fa12/ Log:rpython's int() doesn't allow any trailing non-integer characters (such as a newline) diff --git