From: Simon C. <hod...@gm...> - 2009-07-30 15:06:28
|
On Thu, Jul 30, 2009 at 3:09 PM, Stef Telford<st...@um...> wrote: > Let me re-ask that question; is there any point in submitting > patches to use gmpy to you if to get things working requires a patched > psycopg2 (which will probably never go 'mainstream') ? I think your best bet is going to be to attempt to get a fast C implementation of Decimal accepted into Python itself. There has already been some work on this which is outlined in the Python bug tracker [1] and given that there was talk of accepting the patches for 3.1 there is some hope that you could get them into 2.7 / 3.2. [1] http://bugs.python.org/issue2486 Schiavo Simon |