[pypy-commit] pypy py3.3: Fix after changes in rffi.alloc_buffer()

2014-10-27 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r74258:f2e45911d1bf Date: 2014-10-27 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f2e45911d1bf/ Log:Fix after changes in rffi.alloc_buffer() diff --git a/pypy/module/_lzma/interp_lzma.py

[pypy-commit] pypy py3k: backout 8f1cad01a693 for -Ojit

2014-10-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74259:c96101761312 Date: 2014-10-27 13:26 -0700 http://bitbucket.org/pypy/pypy/changeset/c96101761312/ Log:backout 8f1cad01a693 for -Ojit diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c ---

[pypy-commit] pypy py3k: rename to avoid clashing w/ the system's locale.h

2014-10-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74260:620dfe2c1035 Date: 2014-10-27 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/620dfe2c1035/ Log:rename to avoid clashing w/ the system's locale.h diff --git a/pypy/module/_codecs/locale.py

[pypy-commit] pypy py3.3: memoryobject items are now integers, just like a bytes object.

2014-10-27 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r74262:08cf1895bd3e Date: 2014-10-27 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/08cf1895bd3e/ Log:memoryobject items are now integers, just like a bytes object. diff --git a/pypy/objspace/std/memoryobject.py

[pypy-commit] pypy py3.3: Apply same trick as the 3.2 version: replace sys.getrefcount by something slow, but with good results.

2014-10-27 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r74261:65d97fb6906b Date: 2014-10-27 21:24 +0100 http://bitbucket.org/pypy/pypy/changeset/65d97fb6906b/ Log:Apply same trick as the 3.2 version: replace sys.getrefcount by something slow, but with good results.

[pypy-commit] pypy py3.3: merge py3k

2014-10-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74263:2c4e59799687 Date: 2014-10-27 16:50 -0700 http://bitbucket.org/pypy/pypy/changeset/2c4e59799687/ Log:merge py3k diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c deleted file mode 100644 ---