Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
thanks for the help! but it seems not resolved the problem. the error message is about "PyByteArray_Type" etc. not sure what to do with PyDateTime. On Sat, Jan 7, 2012 at 10:06 PM, Amaury Forgeot d'Arc wrote: > 2012/1/7 Maciej Fijalkowski >> >> > I am curious that does it hard for pypy to add

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread exarkun
On 10:07 am, springri...@gmail.com wrote: based on the irc chat here: http://www.tismer.com/pypy/irc-logs/pypy/pypy.2011-11-02.log.html PyByteArray_Type, PyMemoryView_Type and PyInterpreterState are missing from the headers. http://codepad.org/FYkhcZKf just wonder is there any schedule about

Re: [pypy-dev] Reference counting

2012-01-07 Thread Marko Tasic
Maciej, > What do you mean by explicit reference count? One that you manipulate> from > the source of the Python interpreter? Then no. But if you mean> "can I have > arbitrary fields on objects depending on the GC strategy"> then yes. The > object layout is completely orthogonal to how the Pyth

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Amaury Forgeot d'Arc
2012/1/7 Maciej Fijalkowski > > I am curious that does it hard for pypy to add those data type? > > like PyByteArray_Type, PyMemoryView_Type and PyInterpreterState > > It's usually a painful experience to add new stuff to cpyext. But > also, it does not necesarilly give you confidence that it'll

Re: [pypy-dev] Reference counting

2012-01-07 Thread Maciej Fijalkowski
On Sat, Jan 7, 2012 at 3:54 PM, Marko Tasic wrote: > Maciej, > > Thank you for an express response. > >> Hi Marko, we're very glad to hear that! > > Off topic, but I have to mention that I've been an ambassador of PyPy > for last few years. > In beginning, it was hard, but now results that you've

Re: [pypy-dev] Reference counting

2012-01-07 Thread Marko Tasic
Maciej, Thank you for an express response. > Hi Marko, we're very glad to hear that! Off topic, but I have to mention that I've been an ambassador of PyPy for last few years. In beginning, it was hard, but now results that you've achieved are obvious and promising, and everyone starts to trust y

Re: [pypy-dev] Reference counting

2012-01-07 Thread Maciej Fijalkowski
On Sat, Jan 7, 2012 at 1:46 PM, Marko Tasic wrote: > Hi, > > I've been carefully following your mailing list for years, and using PyPy > for > different kind of projects, mostly for highly distributed and decentralized > systems, > and everything is just great compared to CPython, Jython and IronP

[pypy-dev] Reference counting

2012-01-07 Thread Marko Tasic
Hi, I've been carefully following your mailing list for years, and using PyPy for different kind of projects, mostly for highly distributed and decentralized systems, and everything is just great compared to CPython, Jython and IronPython. I've even written partial ctypes wrapper for GObject Intro

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
okay, got it. guess I should take it carefully. thanks a lot for the help! On Sat, Jan 7, 2012 at 6:59 PM, Maciej Fijalkowski wrote: > On Sat, Jan 7, 2012 at 12:54 PM, Yan Chunlu wrote: >> sorry I somehow replied to your personally, sorry for disturbing. >> just didn't get used to gmail's new U

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Maciej Fijalkowski
On Sat, Jan 7, 2012 at 12:54 PM, Yan Chunlu wrote: > sorry I somehow replied to your personally, sorry for disturbing. > just didn't get used to gmail's new UI > > about quora's adoption, brought me a lot confidence. thanks a lot! will test > it! > > I am curious that does it hard for pypy to

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
sorry I somehow replied to your personally, sorry for disturbing. just didn't get used to gmail's new UI about quora's adoption, brought me a lot confidence. thanks a lot! will test it! I am curious that does it hard for pypy to add those data type? like PyByteArray_Type, PyMemoryView_Type an

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Maciej Fijalkowski
On Sat, Jan 7, 2012 at 12:07 PM, Yan Chunlu wrote: > based on the irc chat here: > > http://www.tismer.com/pypy/irc-logs/pypy/pypy.2011-11-02.log.html > > > PyByteArray_Type, PyMemoryView_Type and PyInterpreterState are missing > from the headers. http://codepad.org/FYkhcZKf > > > just wonder is t

[pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
based on the irc chat here: http://www.tismer.com/pypy/irc-logs/pypy/pypy.2011-11-02.log.html PyByteArray_Type, PyMemoryView_Type and PyInterpreterState are missing from the headers. http://codepad.org/FYkhcZKf just wonder is there any schedule about this? I think psycopg2 is crucial for many