Re: [Python-Dev] Multigigabyte memory usage in the OpenIndiana Buildbot

2011-09-08 Thread Antoine Pitrou
Hello Jesus, I sorry to bother you with these details and waste of time, but could you possibly change my buildbot configurarion to launch, let's say, 4 test processes in parallel, just for testing? Ok, I've added -j4, let's how that works. Another option would be to have a single Python

Re: [Python-Dev] [Python-checkins] cpython: Issue #12567: Fix curses.unget_wch() tests

2011-09-08 Thread Ezio Melotti
Hi, On Tue, Sep 6, 2011 at 11:08 AM, victor.stinner python-check...@python.orgwrote: http://hg.python.org/cpython/rev/786668a4fb6b changeset: 72301:786668a4fb6b user:Victor Stinner vstin...@wyplay.com date:Tue Sep 06 10:08:28 2011 +0200 summary: Issue #12567: Fix

Re: [Python-Dev] PEP 393 Summer of Code Project

2011-09-08 Thread fwierzbi...@gmail.com
On Fri, Aug 26, 2011 at 3:00 PM, Guido van Rossum gu...@python.org wrote: I have a different question about IronPython and Jython now. Do their regular expression libraries support Unicode better than CPython's? E.g. does . match a surrogate pair? Tom C suggests that Java's regex libraries get

Re: [Python-Dev] PEP 393 Summer of Code Project

2011-09-08 Thread fwierzbi...@gmail.com
Oops, forgot to add the link for the gory details for Java and 2 byte unicode: http://java.sun.com/developer/technicalArticles/Intl/Supplementary/ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] PEP 393 Summer of Code Project

2011-09-08 Thread fwierzbi...@gmail.com
On Fri, Aug 26, 2011 at 3:00 PM, Guido van Rossum gu...@python.org wrote: I have a different question about IronPython and Jython now. Do their regular expression libraries support Unicode better than CPython's? E.g. does . match a surrogate pair? Tom C suggests that Java's regex libraries get

Re: [Python-Dev] PEP 393 Summer of Code Project

2011-09-08 Thread Terry Reedy
On 9/8/2011 6:15 PM, fwierzbi...@gmail.com wrote: Oops, forgot to add the link for the gory details for Java and 2 byte unicode: http://java.sun.com/developer/technicalArticles/Intl/Supplementary/ This is dated 2004. Basically, they considered several options, tried out 4, and ended up