Make test fails on time module with Python 1.5.2/Linux2/EGCS! Help!

guido at python.org guido at python.org
Wed May 12 20:07:40 EDT 1999


"M.-A. Lemburg" <mal at lemburg.com> writes:

> Looks like the #ifdefs in Module/timemodule.c are buggy: the
> globals are only set if HAVE_TM_ZONE is true in case the
> symbol __GNU_LIBRARY__ is defined. Well for libc5 the latter
> is defined, but the configure script only tests for the
> tm.tm_zone field and not for tm.__tm_zone__ that libc5 defines.
> That's why you don't see the globals.

This was discussed before.  Someone with CVS access please post the patch!

--Guido van Rossum (home page: http://www.python.org/~guido/)




More information about the Python-list mailing list