Re: SystemError: null argument to internal routine
От | Daniele Varrazzo |
---|---|
Тема | Re: SystemError: null argument to internal routine |
Дата | |
Msg-id | AANLkTikR8E1XM5pdd1=9nEt7wF4mdW8mZDkNxWsY6oEh@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: SystemError: null argument to internal routine ("Eric Snow" <esnow@verio.net>) |
Список | psycopg |
On Mon, Mar 7, 2011 at 11:25 PM, Eric Snow <esnow@verio.net> wrote: > Daniele, > > Looks good. However, apparently that wasn't my problem. I am still getting the SystemError for the "null argument tointernal routine". Where would be a good place to look for another source of that error in psycopg? I am guessing thatthat SystemError is a pretty generic one when it comes to python C extensions. Thanks. If you have applied my patches, probably the problem is not in one of the pgstatus values not checked, as it would raise a different exception. You may build the library using PSYCOPG_DEBUG in setup.cfg, then run your test with the PSYCOPG_DEBUG environment variable set: this will spit out plenty of informations about what's currently happening into psycopg. Anyway, if you have managed to package a test to reproduce the bug, that would be more than enough for us to investigate. Thank you! -- Danele
В списке psycopg по дате отправления: