[Python-3000-checkins] r57424 - python/branches/py3k/Modules/xxmodule.c

Neal Norwitz nnorwitz at gmail.com
Sat Aug 25 06:23:07 CEST 2007


On 8/24/07, Georg Brandl <g.brandl at gmx.net> wrote:
> neal.norwitz schrieb:
> > Author: neal.norwitz
> > Date: Sat Aug 25 00:49:25 2007
> > New Revision: 57424
> >
> > Modified:
> >    python/branches/py3k/Modules/xxmodule.c
> > Log:
> > Use unicode for reference (is there any way to build this module)
>
> Enabling it in Modules/Setup should do the trick.

Yeah, but then I'd have to disable it later. :-)

BTW, I copied a command line that compiled another module and changed
the filenames to verify that xxmodule compiled.  I didn't try to link
and import it though.  I wonder if we should always build/test it just
to make sure that it always works.  Although I don't suppose we modify
it that often.

n


More information about the Python-3000-checkins mailing list