[pypy-commit] pypy default: fixes for CentOS 6 (manylinux image)

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98194:d5e7cbe1eb5f Date: 2019-11-30 17:58 + http://bitbucket.org/pypy/pypy/changeset/d5e7cbe1eb5f/ Log:fixes for CentOS 6 (manylinux image) diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py --- a/pyp

[pypy-commit] pypy default: fixes for win32

2019-05-26 Thread mattip
Author: Matti Picus Branch: Changeset: r96691:6dd0f9f9ab4e Date: 2019-05-27 07:29 +0300 http://bitbucket.org/pypy/pypy/changeset/6dd0f9f9ab4e/ Log:fixes for win32 diff --git a/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py b/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py --- a/lib_pypy/_cffi_ssl/_st

[pypy-commit] pypy default: fixes for broken parts of docs

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94507:da9870c526f7 Date: 2018-04-21 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/da9870c526f7/ Log:fixes for broken parts of docs diff --git a/pypy/doc/commandline_ref.rst b/pypy/doc/commandline_ref.rst --- a/pypy/doc/commandline_ref.rst +++

[pypy-commit] pypy default: fixes

2018-02-15 Thread fijal
Author: fijal Branch: Changeset: r93823:df78a73afdf9 Date: 2018-02-15 14:00 +0100 http://bitbucket.org/pypy/pypy/changeset/df78a73afdf9/ Log:fixes diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -1,11 +1,12 @@ -Garbage collect

[pypy-commit] pypy default: fixes for C89 (win32)

2017-09-14 Thread mattip
Author: Matti Picus Branch: Changeset: r92391:9edce20cd8a3 Date: 2017-09-14 21:26 +0300 http://bitbucket.org/pypy/pypy/changeset/9edce20cd8a3/ Log:fixes for C89 (win32) diff --git a/pypy/module/cpyext/test/issue2482.c b/pypy/module/cpyext/test/issue2482.c --- a/pypy/module/cpyext/test/issu

[pypy-commit] pypy default: fixes

2017-06-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r91578:d936612da330 Date: 2017-06-11 23:16 +0200 http://bitbucket.org/pypy/pypy/changeset/d936612da330/ Log:fixes diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat.py +++ b/rpython/rlib/rposix_stat.py

[pypy-commit] pypy default: Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the dict's and pop is called with a default

2017-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r90778:a1b0ce5e4915 Date: 2017-03-21 14:02 -0400 http://bitbucket.org/pypy/pypy/changeset/a1b0ce5e4915/ Log:Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the dict's and pop is called with a default diff

[pypy-commit] pypy default: fixes, also add app_level_tests.py

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90644:fd8af983f881 Date: 2017-03-13 08:45 +0100 http://bitbucket.org/pypy/pypy/changeset/fd8af983f881/ Log:fixes, also add app_level_tests.py diff --git a/testrunner/app_level_tests.py b/testrunner/app_level_tests.py new file mode 100755 --- /dev/null

[pypy-commit] pypy default: Fixes, trying to use siphash24 on pypy

2017-01-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r89772:db5482cc94a2 Date: 2017-01-25 20:36 + http://bitbucket.org/pypy/pypy/changeset/db5482cc94a2/ Log:Fixes, trying to use siphash24 on pypy diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py --- a/rpython/rlib/objectmodel.py +

[pypy-commit] pypy default: Fixes for 8c314acb8dd4

2016-11-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r88538:23ffdb9eb9cc Date: 2016-11-22 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/23ffdb9eb9cc/ Log:Fixes for 8c314acb8dd4 diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_file.py ++

[pypy-commit] pypy default: Fixes: one file used to let RPython-level OSError escape; the other,

2016-11-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r88156:33719a46d098 Date: 2016-11-06 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/33719a46d098/ Log:Fixes: one file used to let RPython-level OSError escape; the other, DLOpenError. diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py

[pypy-commit] pypy default: Fixes

2016-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r87388:1057a7b1ad5f Date: 2016-09-26 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1057a7b1ad5f/ Log:Fixes diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py --- a/pypy/module/mmap/interp_mmap.py +++ b/pypy/module/mmap

[pypy-commit] pypy default: Fixes some calls to functions through Windows' COM interface

2016-08-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r86707:f4224510b428 Date: 2016-08-29 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/f4224510b428/ Log:Fixes some calls to functions through Windows' COM interface diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_p

[pypy-commit] pypy default: fixes for win32

2016-07-25 Thread mattip
Author: mattip Branch: Changeset: r85856:a54d7c1ea318 Date: 2016-07-25 17:57 -0500 http://bitbucket.org/pypy/pypy/changeset/a54d7c1ea318/ Log:fixes for win32 diff --git a/rpython/rlib/rjitlog/src/rjitlog.c b/rpython/rlib/rjitlog/src/rjitlog.c --- a/rpython/rlib/rjitlog/src/rjitlog.c +++ b/

[pypy-commit] pypy default: fixes for c89, open on win32

2016-05-16 Thread mattip
Author: Matti Picus Branch: Changeset: r84482:71af15e55ba3 Date: 2016-05-16 19:59 +0300 http://bitbucket.org/pypy/pypy/changeset/71af15e55ba3/ Log:fixes for c89, open on win32 diff --git a/pypy/module/cpyext/test/test_datetime.py b/pypy/module/cpyext/test/test_datetime.py --- a/pypy/module

[pypy-commit] pypy default: fixes

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r80002:43e04ba55c9c Date: 2015-10-06 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/43e04ba55c9c/ Log:fixes diff --git a/rpython/translator/c/src/stacklet/Makefile b/rpython/translator/c/src/stacklet/Makefile --- a/rpython/translator/c/src/stackl

[pypy-commit] pypy default: fixes

2014-12-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r74874:99234fd4cade Date: 2014-12-09 23:17 + http://bitbucket.org/pypy/pypy/changeset/99234fd4cade/ Log:fixes diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py --- a/pypy/module/_rawffi/interp_rawffi.py +++ b/

[pypy-commit] pypy default: Fixes:

2014-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r73745:b422496d47be Date: 2014-09-30 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/b422496d47be/ Log:Fixes: * don't zero out large external mallocs for no reason * fix gc.malloc(), used only for testing, to respect the 'zero' fla

[pypy-commit] pypy default: Fixes

2014-08-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r73203:bac11f2871ed Date: 2014-08-30 12:27 +0200 http://bitbucket.org/pypy/pypy/changeset/bac11f2871ed/ Log:Fixes diff --git a/rpython/jit/backend/arm/callbuilder.py b/rpython/jit/backend/arm/callbuilder.py --- a/rpython/jit/backend/arm/callbuilder.py

[pypy-commit] pypy default: Fixes

2014-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r72406:3ae2e0814de1 Date: 2014-07-09 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3ae2e0814de1/ Log:Fixes diff --git a/rpython/jit/backend/test/test_ll_random.py b/rpython/jit/backend/test/test_ll_random.py --- a/rpython/jit/backend/test/test_l

[pypy-commit] pypy default: Fixes that should have been done in the ec-threadlocal branch

2014-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r72175:45430a184cd3 Date: 2014-06-23 18:52 + http://bitbucket.org/pypy/pypy/changeset/45430a184cd3/ Log:Fixes that should have been done in the ec-threadlocal branch diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/te

[pypy-commit] pypy default: fixes to elidable; now warning free

2014-04-23 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r70892:a637c43f17fa Date: 2014-04-23 12:45 -0700 http://bitbucket.org/pypy/pypy/changeset/a637c43f17fa/ Log:fixes to elidable; now warning free diff --git a/pypy/module/cppyy/capi/loadable_capi.py b/pypy/module/cppyy/capi/loadable_capi.py --- a/pypy

[pypy-commit] pypy default: fixes for cpyext ndarrayobject

2014-02-26 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69488:28a4bfdc3627 Date: 2014-02-26 20:12 -0500 http://bitbucket.org/pypy/pypy/changeset/28a4bfdc3627/ Log:fixes for cpyext ndarrayobject diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy default: fixes for newbyteorder on flexible dtypes

2014-02-25 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69407:6928506f34e4 Date: 2014-02-25 03:22 -0500 http://bitbucket.org/pypy/pypy/changeset/6928506f34e4/ Log:fixes for newbyteorder on flexible dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/p

[pypy-commit] pypy default: fixes for some numpy exceptions

2013-10-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67696:8bbe7e215208 Date: 2013-10-29 13:00 -0400 http://bitbucket.org/pypy/pypy/changeset/8bbe7e215208/ Log:fixes for some numpy exceptions diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concrete.py --- a

[pypy-commit] pypy default: Fixes

2013-10-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r67413:82101cce8799 Date: 2013-10-16 11:51 + http://bitbucket.org/pypy/pypy/changeset/82101cce8799/ Log:Fixes diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py --- a/pypy/tool/gdb_pypy.py +++ b/pypy/tool/gdb_pypy.py @@ -89,7 +89,10 @@

[pypy-commit] pypy default: fixes for removed numpy.py

2013-10-14 Thread mattip
Author: Matti Picus Branch: Changeset: r67378:f320ec7a85b5 Date: 2013-10-15 06:57 +0300 http://bitbucket.org/pypy/pypy/changeset/f320ec7a85b5/ Log:fixes for removed numpy.py diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py +++ b/lib

[pypy-commit] pypy default: fixes

2013-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r65965:105d5feef576 Date: 2013-08-06 12:49 +0200 http://bitbucket.org/pypy/pypy/changeset/105d5feef576/ Log:fixes diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-python/2.7/socket.py @@ -165,6 +1

[pypy-commit] pypy default: fixes

2013-07-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r65752:110dab59f002 Date: 2013-07-28 21:36 +0200 http://bitbucket.org/pypy/pypy/changeset/110dab59f002/ Log:fixes diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pypyjit.py @@ -7,11 +7,18 @@ import

[pypy-commit] pypy default: Fixes to OpenBSD.

2013-06-02 Thread juanfra684
Author: Juan Francisco Cantero Hurtado Branch: Changeset: r64707:e92ef8459498 Date: 2013-06-02 05:40 +0200 http://bitbucket.org/pypy/pypy/changeset/e92ef8459498/ Log:Fixes to OpenBSD. - Fixes the order of CFLAGS and LDFLAGS. - Uses the compiler within $CC with a fallback to

[pypy-commit] pypy default: Fixes the test, but maybe makes things slower.

2013-05-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r63915:3fb0e6c27959 Date: 2013-05-08 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/3fb0e6c27959/ Log:Fixes the test, but maybe makes things slower. diff --git a/rpython/translator/backendopt/graphanalyze.py b/rpython/translator/backendopt/grapha

[pypy-commit] pypy default: Fixes fixes fixes. Now test_zrpy_releasegil passes, and other

2013-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r63023:a31ea3dedb23 Date: 2013-04-04 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a31ea3dedb23/ Log:Fixes fixes fixes. Now test_zrpy_releasegil passes, and other previously-broken tests too. diff --git a/pypy/module/cpyext/api.py b/pypy/

[pypy-commit] pypy default: fixes for RSocket IPV6 support

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62619:bd0e0b2b11bb Date: 2013-03-21 19:28 -0400 http://bitbucket.org/pypy/pypy/changeset/bd0e0b2b11bb/ Log:fixes for RSocket IPV6 support diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +

[pypy-commit] pypy default: fixes for call_header_with_stack_check

2013-03-21 Thread bivab
Author: David Schneider Branch: Changeset: r62608:28bc77433153 Date: 2013-03-21 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/28bc77433153/ Log:fixes for call_header_with_stack_check diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpyth

[pypy-commit] pypy default: Fixes for grammar

2013-02-23 Thread cpher
Author: Christopher Pope Branch: Changeset: r61672:7091022dc2f3 Date: 2013-02-22 21:29 -0500 http://bitbucket.org/pypy/pypy/changeset/7091022dc2f3/ Log:Fixes for grammar diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -300,8 +300,8 @@ Do I

[pypy-commit] pypy default: fixes for a9b26dd44954

2013-02-09 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61008:76c65fdbeef9 Date: 2013-02-09 15:55 -0500 http://bitbucket.org/pypy/pypy/changeset/76c65fdbeef9/ Log:fixes for a9b26dd44954 diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/

[pypy-commit] pypy default: Fixes for the two previous problems.

2012-08-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r56778:673ee11077e8 Date: 2012-08-21 19:29 +0200 http://bitbucket.org/pypy/pypy/changeset/673ee11077e8/ Log:Fixes for the two previous problems. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x

[pypy-commit] pypy default: Fixes

2012-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r55277:6bab143c4abe Date: 2012-06-03 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6bab143c4abe/ Log:Fixes diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py +++ b/pypy/jit/

[pypy-commit] pypy default: Fixes:

2012-04-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r54642:73a34fe1ff67 Date: 2012-04-23 08:53 +0200 http://bitbucket.org/pypy/pypy/changeset/73a34fe1ff67/ Log:Fixes: * cannot do bool(res) if res is an INT on 32-bit * a return value of -1 doesn't necessarily mean we have an exception di

[pypy-commit] pypy default: Fixes fixes fixes.

2012-02-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r52928:b9733690c4de Date: 2012-02-27 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/b9733690c4de/ Log:Fixes fixes fixes. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend/llsupport/gc.py +++ b/

[pypy-commit] pypy default: Fixes. Sorry.

2012-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r52811:9ba62b41a086 Date: 2012-02-23 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/9ba62b41a086/ Log:Fixes. Sorry. diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit/backen

[pypy-commit] pypy default: fixes for ulong dtype and some small other cleanups

2011-12-15 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r50594:2b3d72c181dd Date: 2011-12-15 14:39 -0600 http://bitbucket.org/pypy/pypy/changeset/2b3d72c181dd/ Log:fixes for ulong dtype and some small other cleanups diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.p

[pypy-commit] pypy default: fixes for test_app_main.

2011-12-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r50336:998ae4038c2f Date: 2011-12-10 10:46 +0100 http://bitbucket.org/pypy/pypy/changeset/998ae4038c2f/ Log:fixes for test_app_main. diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/translator/goal/app_main.py

[pypy-commit] pypy default: Fixes. Now micronumpy passes :-)

2011-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r50269:b1a1441f2980 Date: 2011-12-07 17:18 +0100 http://bitbucket.org/pypy/pypy/changeset/b1a1441f2980/ Log:Fixes. Now micronumpy passes :-) diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.p

[pypy-commit] pypy default: Fixes.

2011-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r50266:2db948e2fa60 Date: 2011-12-07 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/2db948e2fa60/ Log:Fixes. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/interpr

[pypy-commit] pypy default: fixes

2011-12-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50250:a23933bd7963 Date: 2011-12-07 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a23933bd7963/ Log:fixes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/in

[pypy-commit] pypy default: fixes

2011-11-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49943:831d8e975963 Date: 2011-11-29 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/831d8e975963/ Log:fixes diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py +++ b/p

[pypy-commit] pypy default: [fixes issue 923] matching RegExp with optional zero-width assertion groups

2011-10-28 Thread brunogola
Author: Bruno Gola Branch: Changeset: r48548:4c56b2a60b5a Date: 2011-10-27 19:52 -0200 http://bitbucket.org/pypy/pypy/changeset/4c56b2a60b5a/ Log:[fixes issue 923] matching RegExp with optional zero-width assertion groups diff --git a/pypy/rlib/rsre/rsre_core.py b/pypy/rlib/rsre/rsr

[pypy-commit] pypy default: Fixes.

2011-08-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r46893:14091ce7892d Date: 2011-08-29 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/14091ce7892d/ Log:Fixes. diff --git a/pypy/rlib/_rffi_stacklet.py b/pypy/rlib/_rffi_stacklet.py --- a/pypy/rlib/_rffi_stacklet.py +++ b/pypy/rlib/_rffi_stacklet.py

[pypy-commit] pypy default: Fixes for running these tests on top of Python 2.5.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46794:e688491987e7 Date: 2011-08-26 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/e688491987e7/ Log:Fixes for running these tests on top of Python 2.5. diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py --- a/pypy/config/makere

[pypy-commit] pypy default: Fixes for the previous checkin.

2011-08-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r46496:7cd150932da5 Date: 2011-08-14 17:09 + http://bitbucket.org/pypy/pypy/changeset/7cd150932da5/ Log:Fixes for the previous checkin. diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py ++

[pypy-commit] pypy default: Fixes:

2011-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r44290:66bb978bc47f Date: 2011-05-18 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/66bb978bc47f/ Log:Fixes: - actually *restore* the saved original locale setting! - catch and ignore rlocale.LocaleError instead of crashing RPytho