[pypy-commit] pypy default: Translation fix on Windows (for "inline" in signals.h)

2018-05-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r94688:e6a28f470244 Date: 2018-05-26 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/e6a28f470244/ Log:Translation fix on Windows (for "inline" in signals.h) diff --git a/rpython/translator/c/src/precommondefs.h

[pypy-commit] pypy default: Translation fix

2017-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r92715:32e65dca6a08 Date: 2017-10-11 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/32e65dca6a08/ Log:Translation fix diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py ---

[pypy-commit] pypy default: Translation fix (uh, unsure what is going on here)

2017-09-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r92448:899e5245de1e Date: 2017-09-24 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/899e5245de1e/ Log:Translation fix (uh, unsure what is going on here) diff --git a/lib-python/2.7/types.py b/lib-python/2.7/types.py ---

[pypy-commit] pypy default: translation fix: avoids calling the general methods like W_Root.int_w() on objects that are known to be e.g. W_IntObject. This should make 2769e258135f unnecessary.

2017-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r92333:89a8f8f1a1e2 Date: 2017-09-06 09:40 +0100 http://bitbucket.org/pypy/pypy/changeset/89a8f8f1a1e2/ Log:translation fix: avoids calling the general methods like W_Root.int_w() on objects that are known to be e.g.

[pypy-commit] pypy default: translation fix

2017-06-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r91583:877f60c21755 Date: 2017-06-12 00:06 +0200 http://bitbucket.org/pypy/pypy/changeset/877f60c21755/ Log:translation fix diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat.py +++

[pypy-commit] pypy default: translation fix (mostly for tests)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90208:3b6d1f077a95 Date: 2017-02-19 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/3b6d1f077a95/ Log:translation fix (mostly for tests) diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

[pypy-commit] pypy default: Translation fix

2016-12-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r89108:51d7e78bf66c Date: 2016-12-17 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/51d7e78bf66c/ Log:Translation fix diff --git a/pypy/module/cpyext/import_.py b/pypy/module/cpyext/import_.py --- a/pypy/module/cpyext/import_.py

[pypy-commit] pypy default: translation fix

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88748:1016e6fc4bf6 Date: 2016-11-29 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/1016e6fc4bf6/ Log:translation fix diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@

[pypy-commit] pypy default: translation fix

2016-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r88647:f75cce6ff4e9 Date: 2016-11-24 22:42 +0100 http://bitbucket.org/pypy/pypy/changeset/f75cce6ff4e9/ Log:translation fix diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@

[pypy-commit] pypy default: translation fix

2016-10-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r87818:376baad1bba4 Date: 2016-10-15 13:36 +0100 http://bitbucket.org/pypy/pypy/changeset/376baad1bba4/ Log:translation fix diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy default: translation fix

2016-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r87207:00e7a9a3460c Date: 2016-09-18 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/00e7a9a3460c/ Log:translation fix diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py

[pypy-commit] pypy default: Translation fix

2016-08-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r85974:d046815fc8d5 Date: 2016-08-01 22:35 +0100 http://bitbucket.org/pypy/pypy/changeset/d046815fc8d5/ Log:Translation fix diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py ---

[pypy-commit] pypy default: translation fix in some cases

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81408:6830874c9e26 Date: 2015-12-20 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/6830874c9e26/ Log:translation fix in some cases diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy default: translation fix

2015-11-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r80665:1181ca147d11 Date: 2015-11-13 14:01 + http://bitbucket.org/pypy/pypy/changeset/1181ca147d11/ Log:translation fix diff --git a/pypy/module/cpyext/pystrtod.py b/pypy/module/cpyext/pystrtod.py ---

[pypy-commit] pypy default: Translation fix

2015-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r80092:ef6fa2082f08 Date: 2015-10-09 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/ef6fa2082f08/ Log:Translation fix diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py ---

[pypy-commit] pypy default: Translation fix? for cppyy...

2015-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r80021:d37906ecef73 Date: 2015-10-07 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d37906ecef73/ Log:Translation fix? for cppyy... diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py ---

[pypy-commit] pypy default: Translation fix

2015-08-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r79022:559b4a0a9100 Date: 2015-08-17 18:19 +0100 http://bitbucket.org/pypy/pypy/changeset/559b4a0a9100/ Log:Translation fix diff --git a/rpython/jit/backend/llsupport/src/codemap.c b/rpython/jit/backend/llsupport/src/codemap.c ---

[pypy-commit] pypy default: translation fix

2015-07-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78464:6d3732f1b1eb Date: 2015-07-06 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/6d3732f1b1eb/ Log:translation fix diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py ---

[pypy-commit] pypy default: Translation fix

2014-09-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73743:987a3cad8bfd Date: 2014-09-29 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/987a3cad8bfd/ Log:Translation fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: Translation fix

2014-09-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73296:fe132a89e725 Date: 2014-09-04 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/fe132a89e725/ Log:Translation fix diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebuilder.py ---

[pypy-commit] pypy default: Translation fix

2014-08-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73205:a261edda4d4a Date: 2014-08-30 13:43 +0200 http://bitbucket.org/pypy/pypy/changeset/a261edda4d4a/ Log:Translation fix diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebuilder.py ---

[pypy-commit] pypy default: Translation fix

2014-07-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72388:af210d996bf8 Date: 2014-07-08 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/af210d996bf8/ Log:Translation fix diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy default: Translation fix for 3777204fff8e

2014-05-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71581:7c24973aa476 Date: 2014-05-19 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7c24973aa476/ Log:Translation fix for 3777204fff8e diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py ---

[pypy-commit] pypy default: Translation fix

2014-02-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r69278:2def17020fa9 Date: 2014-02-23 08:57 +0100 http://bitbucket.org/pypy/pypy/changeset/2def17020fa9/ Log:Translation fix diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py --- a/pypy/module/thread/os_lock.py

[pypy-commit] pypy default: Translation fix

2014-01-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r68798:375a6e084bb1 Date: 2014-01-20 22:55 -0600 http://bitbucket.org/pypy/pypy/changeset/375a6e084bb1/ Log:Translation fix diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py ---

[pypy-commit] pypy default: Translation fix

2013-11-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r67933:c23cbc5014a9 Date: 2013-11-10 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/c23cbc5014a9/ Log:Translation fix diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++

[pypy-commit] pypy default: translation fix

2013-11-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67904:43529df9afc0 Date: 2013-11-09 08:41 -0800 http://bitbucket.org/pypy/pypy/changeset/43529df9afc0/ Log:translation fix diff --git a/pypy/module/_cffi_backend/ctypestruct.py b/pypy/module/_cffi_backend/ctypestruct.py ---

[pypy-commit] pypy default: translation fix

2013-11-05 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r67858:ab54e581fc29 Date: 2013-11-05 10:59 -0800 http://bitbucket.org/pypy/pypy/changeset/ab54e581fc29/ Log:translation fix diff --git a/rpython/rtyper/lltypesystem/rstr.py b/rpython/rtyper/lltypesystem/rstr.py ---

[pypy-commit] pypy default: Translation fix: jit.set_param() is not supported with None if

2013-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r67760:00579deb9c76 Date: 2013-10-31 09:23 +0100 http://bitbucket.org/pypy/pypy/changeset/00579deb9c76/ Log:Translation fix: jit.set_param() is not supported with None if seen itself by the jit (for now). diff --git

[pypy-commit] pypy default: Translation fix

2013-07-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r65611:6f92256ff372 Date: 2013-07-24 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/6f92256ff372/ Log:Translation fix diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py ---

[pypy-commit] pypy default: translation fix

2013-04-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r63483:7d779d5ec7f2 Date: 2013-04-18 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/7d779d5ec7f2/ Log:translation fix diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.py

[pypy-commit] pypy default: Translation fix

2013-04-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63376:278985f308f0 Date: 2013-04-15 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/278985f308f0/ Log:Translation fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy default: Translation fix on 64-bits

2013-02-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r61170:4de14e41742f Date: 2013-02-13 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/4de14e41742f/ Log:Translation fix on 64-bits diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newtype.py ---

[pypy-commit] pypy default: Translation fix

2013-01-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r60005:0f1e91da6cb2 Date: 2013-01-12 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0f1e91da6cb2/ Log:Translation fix diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py ---

[pypy-commit] pypy default: translation fix

2012-05-01 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r54853:c5c6c9577065 Date: 2012-05-01 23:52 +0200 http://bitbucket.org/pypy/pypy/changeset/c5c6c9577065/ Log:translation fix diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py ---

[pypy-commit] pypy default: Translation fix.

2012-04-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54149:53c5958727e6 Date: 2012-04-02 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/53c5958727e6/ Log:Translation fix. diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: Translation fix.

2012-03-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r53635:754f3b7cf8f4 Date: 2012-03-14 18:33 -0700 http://bitbucket.org/pypy/pypy/changeset/754f3b7cf8f4/ Log:Translation fix. diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py

[pypy-commit] pypy default: Translation fix.

2012-03-14 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r53638:bec33387d591 Date: 2012-03-14 18:45 -0700 http://bitbucket.org/pypy/pypy/changeset/bec33387d591/ Log:Translation fix. diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py ---

[pypy-commit] pypy default: translation fix

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r53296:d400470336d6 Date: 2012-03-11 12:08 -0700 http://bitbucket.org/pypy/pypy/changeset/d400470336d6/ Log:translation fix diff --git a/pypy/module/__pypy__/interp_time.py b/pypy/module/__pypy__/interp_time.py ---

[pypy-commit] pypy default: Translation fix

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r52490:30cb1ba90150 Date: 2012-02-14 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/30cb1ba90150/ Log:Translation fix diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py ---

[pypy-commit] pypy default: Translation fix. No cookie

2011-12-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50215:a88a15a5ccb7 Date: 2011-12-06 18:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a88a15a5ccb7/ Log:Translation fix. No cookie diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: Translation fix.

2011-11-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49840:17fd3198ef36 Date: 2011-11-26 20:43 +0100 http://bitbucket.org/pypy/pypy/changeset/17fd3198ef36/ Log:Translation fix. diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py b/pypy/jit/metainterp/optimizeopt/optimizer.py ---

[pypy-commit] pypy default: Translation fix for x86/test/test_ztranslation.

2011-11-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48775:2c051f701629 Date: 2011-11-05 10:21 +0100 http://bitbucket.org/pypy/pypy/changeset/2c051f701629/ Log:Translation fix for x86/test/test_ztranslation. diff --git a/pypy/jit/metainterp/optimizeopt/vstring.py

[pypy-commit] pypy default: translation fix

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48643:1d8951851148 Date: 2011-11-01 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/1d8951851148/ Log:translation fix diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: translation fix

2011-10-30 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48616:b994f7ec222e Date: 2011-10-30 21:01 -0400 http://bitbucket.org/pypy/pypy/changeset/b994f7ec222e/ Log:translation fix diff --git a/pypy/rpython/lltypesystem/rpbc.py b/pypy/rpython/lltypesystem/rpbc.py ---

[pypy-commit] pypy default: Translation fix

2011-09-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r47286:1ffcf2cd905f Date: 2011-09-16 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/1ffcf2cd905f/ Log:Translation fix diff --git a/pypy/rpython/memory/gctransform/asmgcroot.py b/pypy/rpython/memory/gctransform/asmgcroot.py ---

[pypy-commit] pypy default: Translation fix. Of the kind bah what a hack.

2011-08-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r46961:ad4f57500e04 Date: 2011-08-31 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ad4f57500e04/ Log:Translation fix. Of the kind bah what a hack. diff --git a/pypy/jit/backend/llsupport/descr.py

[pypy-commit] pypy default: translation fix

2011-07-21 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45820:abaf35bf5217 Date: 2011-07-21 16:11 +0200 http://bitbucket.org/pypy/pypy/changeset/abaf35bf5217/ Log:translation fix diff --git a/pypy/objspace/std/dictproxyobject.py b/pypy/objspace/std/dictproxyobject.py ---

[pypy-commit] pypy default: Translation fix.

2011-06-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r44724:0e33b10e7ac9 Date: 2011-06-05 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/0e33b10e7ac9/ Log:Translation fix. diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py ---