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

2013-03-03 Thread Zaur Shibzukhov
2013/3/3 Zaur Shibzukhov szp...@gmail.com: 2013/3/2 Stefan Behnel stefan...@behnel.de: Hi, the last pull request looks good to me now. https://github.com/cython/cython/pull/189 Any more comments on it? As was suggested earlier, I added `import_datetime` inline function to initialize

Re: [Cython] Py_UNICODE* string support

2013-03-03 Thread Stefan Behnel
Stefan Behnel, 03.03.2013 20:41: Nikita Nemkin, 03.03.2013 14:40: Please reconsider your decision wrt C-level literals. I believe that nogil code and a bit of efficiency (on 3.3) justify their existence. (char* literals do have C-level literals, Py_UNICODE* is in the same basket when it comes

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

2013-03-03 Thread Zaur Shibzukhov
2013/3/3 Zaur Shibzukhov szp...@gmail.com: 2013/3/3 Zaur Shibzukhov szp...@gmail.com: 2013/3/3 Zaur Shibzukhov szp...@gmail.com: 2013/3/2 Stefan Behnel stefan...@behnel.de: Hi, the last pull request looks good to me now. https://github.com/cython/cython/pull/189 Any more comments on it?