[Python-checkins] r46364 - in python/trunk/Objects: stringlib/partition.h stringobject.c unicodeobject.c

Fredrik Lundh fredrik at pythonware.com
Fri May 26 20:02:38 CEST 2006


Guido van Rossum wrote:

> This may be inherent to the refactoring-in-progress, or it may be due
> to my habit of building in a subdirectory of the source tree (so I can
> switch quickly between regular and debug builds). AFAIK that is still
> a supported setup.
> 
> Changing the #include in partition.h from
> 
> #include "stringlib/fastsearch.h"
> 
> to
> 
> #include "fastsearch.h"
> 
> seems to fix this, but I don't know if that fixes it for you.

looks reasonable.  sorry for the breakage.

</F>



More information about the Python-checkins mailing list