[Python-Dev] Can't compile regex module with Python 3.2

MRAB python at mrabarnett.plus.com
Fri Dec 10 00:59:50 CET 2010


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 _PyUnicode_IsWhitespace:
>
> 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.


More information about the Python-Dev mailing list