Re: [Python-Dev] cpython: Add _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() macros

2011-10-01 Thread Victor Stinner
Le samedi 1 octobre 2011 17:18:42, Antoine Pitrou a écrit : > On Sat, 01 Oct 2011 16:53:44 +0200 > > victor.stinner wrote: > > http://hg.python.org/cpython/rev/4afab01f5374 > > changeset: 72565:4afab01f5374 > > user:Victor Stinner > > date:Sat Oct 01 16:48:13 2011 +0200 > > >

Re: [Python-Dev] cpython: Add _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() macros

2011-10-01 Thread Antoine Pitrou
On Sat, 01 Oct 2011 17:47:26 +0200 "Martin v. Löwis" wrote: > Am 01.10.2011 17:18, schrieb Antoine Pitrou: > > On Sat, 01 Oct 2011 16:53:44 +0200 > > victor.stinner wrote: > >> http://hg.python.org/cpython/rev/4afab01f5374 > >> changeset: 72565:4afab01f5374 > >> user:Victor Stinner > >

Re: [Python-Dev] cpython: Add _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() macros

2011-10-01 Thread Martin v. Löwis
Am 01.10.2011 17:18, schrieb Antoine Pitrou: > On Sat, 01 Oct 2011 16:53:44 +0200 > victor.stinner wrote: >> http://hg.python.org/cpython/rev/4afab01f5374 >> changeset: 72565:4afab01f5374 >> user:Victor Stinner >> date:Sat Oct 01 16:48:13 2011 +0200 >> summary: >> Add _PyUnico

Re: [Python-Dev] cpython: Add _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() macros

2011-10-01 Thread Antoine Pitrou
On Sat, 01 Oct 2011 16:53:44 +0200 victor.stinner wrote: > http://hg.python.org/cpython/rev/4afab01f5374 > changeset: 72565:4afab01f5374 > user:Victor Stinner > date:Sat Oct 01 16:48:13 2011 +0200 > summary: > Add _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() macros > > * R