[Python-Dev] Can't compile regex module with Python 3.2 (original) (raw)
MRAB python at mrabarnett.plus.com
Fri Dec 10 00:59:50 CET 2010
- Previous message: [Python-Dev] Can't compile regex module with Python 3.2
- Next message: [Python-Dev] [Python-checkins] r86855 - in python/branches/py3k: Doc/library/unittest.rst Lib/unittest/case.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 09/12/2010 23:35, Daniel Stutzbach wrote:
On Wed, Dec 8, 2010 at 6:56 PM, MRAB <python at mrabarnett.plus.com_ _<mailto:python at mrabarnett.plus.com>> wrote:
Is this change intentional? If so, why does unicodeobject.h still do the mapping?
In 3.2b1, unicodeobject.h doesn't map PyUnicodeIsWhitespace: http://svn.python.org/view/python/tags/r32b1/Include/unicodeobject.h?view=markup Do you have an old unicodeobject.h somehow? Basically, yes.
I'm already having to deal with 2.5, 2.6, 2.7 and 3.1, and there was a mismatch between older 3.2 files from the trunk downloaded a while back and the 3.2b1 .lib file.
It all seems to be working now.
- Previous message: [Python-Dev] Can't compile regex module with Python 3.2
- Next message: [Python-Dev] [Python-checkins] r86855 - in python/branches/py3k: Doc/library/unittest.rst Lib/unittest/case.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]