[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2010-03-05 Thread Gerhard Häring
Gerhard Häring added the comment: Fixed in trunk now. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2010-01-31 Thread STINNER Victor
STINNER Victor added the comment: ghaering> I will soon push updates to the version in Python core. What do you mean by "soon"? -- ___ Python tracker ___ ___

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2010-01-09 Thread STINNER Victor
STINNER Victor added the comment: So, would this fix be part of python 2.7? -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: It should be backported to Python 2.6, like any bug fix (and especially when it's about a crasher). -- nosy: +pitrou ___ Python tracker ___

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-18 Thread Gerhard Häring
Gerhard Häring added the comment: Thanks! I've integrated this into pysqlite (http://code.google.com/p/pysqlite/source/detail?r=6455981b3283b26c147d949a9031a0d74ea7ffe8) and will soon push updates to the version in Python core. In my opinion this changes is not critical enough to warrant pushi

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ghaering priority: -> normal stage: -> patch review type: -> crash versions: +Python 2.6, Python 3.1, Python 3.2 ___ Python tracker ___ __

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-11 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +patch Added file: http://bugs.python.org/file15525/_sqlite3_setdict.patch ___ Python tracker ___

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-11 Thread STINNER Victor
New submission from STINNER Victor : Methods create_function, create_aggregate, set_authorizer, set_progress_handler, create_collation of the _sqlite3.Connection class doesn't catch PyDict_SetItem/PyDict_DelItem errors. The error will be catched by next opcode/function call. The error occurs