Re: [Python-Dev] Patch #1731330 - pysqlite_cache_display - missing Py_DECREF

2007-06-05 Thread Tim Delaney
On 06/06/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: On 6/5/07, Tim Delaney <[EMAIL PROTECTED]> wrote: > I've added patch #1731330 to fix a missing Py_DECREF in > pysqlite_cache_display. I've attached the diff to this email. > > I haven't actually been able to test this - haven't been able t

Re: [Python-Dev] Patch #1731330 - pysqlite_cache_display - missing Py_DECREF

2007-06-05 Thread Guido van Rossum
On 6/5/07, Tim Delaney <[EMAIL PROTECTED]> wrote: > I've added patch #1731330 to fix a missing Py_DECREF in > pysqlite_cache_display. I've attached the diff to this email. > > I haven't actually been able to test this - haven't been able to get > pysqlite compiled here on cygwin yet. I just noticed

[Python-Dev] Patch #1731330 - pysqlite_cache_display - missing Py_DECREF

2007-06-05 Thread Tim Delaney
I've added patch #1731330 to fix a missing Py_DECREF in pysqlite_cache_display. I've attached the diff to this email. I haven't actually been able to test this - haven't been able to get pysqlite compiled here on cygwin yet. I just noticed it when taking an example of using PyObject_Print ...