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

Daniel Stutzbach stutzbach at google.com
Fri Dec 10 00:35:18 CET 2010


On Wed, Dec 8, 2010 at 6:56 PM, MRAB <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?

-- 
Daniel Stutzbach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20101209/7e9687f2/attachment.html>


More information about the Python-Dev mailing list