[Python-Dev] Can't compile regex module with Python 3.2 (original) (raw)
MRAB python at mrabarnett.plus.com
Thu Dec 9 21:21:32 CET 2010
- Previous message: [Python-Dev] Can't compile regex module with Python 3.2
- Next message: [Python-Dev] Can't compile regex module with Python 3.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 09/12/2010 05:57, Alexander Belopolsky wrote:
On Thu, Dec 9, 2010 at 12:47 AM, "Martin v. Löwis"<martin at v.loewis.de> wrote: ..
However, in Python 3.2b1 the library python32.lib contains only PyUnicodeIsWhitespace, therefore breaking the build.
Is this change intentional? If so, why does unicodeobject.h still do the mapping? Are you sure about this? It's not intentional (except in the limited ABI). this does seem to be intentional: $ svn log -r 84177 ------------------------------------------------------------------------ r84177 | amaury.forgeotdarc | 2010-08-18 16:44:58 -0400 (Wed, 18 Aug 2010) | 9 lines #5127: Even on narrow unicode builds, the C functions that access the Unicode Database (PyUNICODETOLOWER, PyUNICODEISDECIMAL, and others) now accept and return characters from the full Unicode range (PyUCS4). The differences from Python code are few: - unicodedata.numeric(), unicodedata.decimal() and unicodedata.digit() now return the correct value for large code points - repr() may consider more characters as printable. ------------------------------------------------------------------------ http://svn.python.org/view?view=rev&revision=84177 I have it compiling now.
- Previous message: [Python-Dev] Can't compile regex module with Python 3.2
- Next message: [Python-Dev] Can't compile regex module with Python 3.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]