[pypy-commit] pypy default: Pff, whack more at the hack for calling str_encode_utf_8 from

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90215:bde34ec1885f Date: 2017-02-20 09:10 +0100 http://bitbucket.org/pypy/pypy/changeset/bde34ec1885f/ Log:Pff, whack more at the hack for calling str_encode_utf_8 from ''.encode('utf-8') diff --git a/rpython/annotator/unaryop.py b/rpython/anno

[pypy-commit] pypy default: Pff

2016-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r88157:2e0882973ed6 Date: 2016-11-06 19:11 +0100 http://bitbucket.org/pypy/pypy/changeset/2e0882973ed6/ Log:Pff diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py b/pypy/module/_rawffi/alt/interp_funcptr.py --- a/pypy/module/_rawffi/alt/interp_func

[pypy-commit] pypy default: Pff pff pff what a mess

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80338:5cbff711b321 Date: 2015-10-19 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5cbff711b321/ Log:Pff pff pff what a mess diff --git a/rpython/translator/c/src/stacklet/switch_arm_gcc.h b/rpython/translator/c/src/stacklet/switch_arm_gcc.h ---

[pypy-commit] pypy default: pff, the usual rpython test&fix dance

2012-07-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r56219:c8cdf66b371a Date: 2012-07-19 10:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c8cdf66b371a/ Log:pff, the usual rpython test&fix dance diff --git a/pypy/rpython/lltypesystem/rstr.py b/pypy/rpython/lltypesystem/rstr.py --- a/pypy/rpython/ll

[pypy-commit] pypy default: pff sorry

2012-02-22 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52761:0e27c93ef49e Date: 2012-02-22 09:05 -0700 http://bitbucket.org/pypy/pypy/changeset/0e27c93ef49e/ Log:pff sorry diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/interp_support.py --- a/pypy/module/micronumpy/