[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#204728: example



GOTO Masanori writes:
> At Sun, 10 Aug 2003 11:25:10 +0200,
> Matthias Klose wrote:
> > in python/Modules/posixmodule.c:1945 utimes is called with the correct
> > arguments. looking at the strace, I see:
> > 
> > utime("build/lib/foo.py", [1970/01/01-01:00:01, 1970/01/01-01:00:01]) = 0
> > 
> > called by glibc's utimes wrapper. avoiding the use of utimes and
> > directly calling utime is ok.
> 
> Is this problem occured only on your new python package?

in python2.3-4, I disabled detection/use of the utimes function, so
the bug is gone there.

> Is this bug still alive?

no for python2.3, yes in general, not serious anymore, because there's
a workaround for python. If you want to reproduce the behaviour,
disable the disable-utimes patch in debian/rules.

	Matthias



Reply to: