This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sandro.tosi
Recipients Alexander.Belopolsky, l0nwlf, ned.deily, sandro.tosi, wsanchez
Date 2011-01-01.22:47:39
SpamBayes Score 9.684971e-07
Marked as misclassified No
Message-id <1293922061.49.0.360678003018.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Ned, thanks for the fast check! I tried to applied the patch (it failed, so it required a bit of manual editing) but when compiling I got:


/home/morph/python-dev/py3k/Modules/timemodule.c: In function ‘time_asctime’:
/home/morph/python-dev/py3k/Modules/timemodule.c:626: warning: implicit declaration of function ‘PyString_FromStringAndSize’
/home/morph/python-dev/py3k/Modules/timemodule.c:626: warning: return makes pointer from integer without a cast
*** WARNING: renaming "time" since importing it failed: build/lib.linux-x86_64-3.2/time.cpython-32m.so: undefined symbol: PyString_FromStringAndSize

and my knowledge of C ends there :)

Alexander, would you like to revamp your patch? ;)
History
Date User Action Args
2011-01-01 22:47:41sandro.tosisetrecipients: + sandro.tosi, wsanchez, ned.deily, Alexander.Belopolsky, l0nwlf
2011-01-01 22:47:41sandro.tosisetmessageid: <1293922061.49.0.360678003018.issue8013@psf.upfronthosting.co.za>
2011-01-01 22:47:39sandro.tosilinkissue8013 messages
2011-01-01 22:47:39sandro.tosicreate