[Cython] To Add datetime.pxd to cython.cpython

2013-02-21 Thread ZS
>These macros allow to create dattime/time objects with tzinfo. >Of course we could do: > >t = PyTime_FromTime() >t = t.replace(tzinfo) Sorry last line has to be: t = t.replace(tzinfo=tzinfo) Zaur Shibzukhov ___ cython-devel mailing

Re: [Cython] [cython-users] To add datetime.pxd to cython.cpython?

2013-02-21 Thread Stefan Behnel
Hi, I think this discussion is actually better suited for the cython-devel mailing list. We should move it over there. Zaur Shibzukhov, 21.02.2013 20:59: > четверг, 21 февраля 2013 г., 16:59:20 UTC+3 пользователь Stefan Behnel > написал: >> Zaur Shibzukhov, 21.02.2013 11:25: >>> Last time I act

Re: [Cython] Sage build broken

2013-02-21 Thread Stefan Behnel
Stefan Behnel, 21.02.2013 07:46: > I just noticed that the Sage build is broken: > > """ > gcc -pthread -shared -L/jenkins/sage/sage-5.2/local/lib > build/temp.linux-x86_64-2.7/sage/rings/polynomial/polydict.o > -L/jenkins/sage/sage-5.2/local/lib -L/release/merger/sage-5.2/local/lib > -lcsage -lst