[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2010-03-05 Thread Gerhard Häring
Gerhard Häring g...@ghaering.de added the comment: Fixed in trunk now. Thanks! -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7478 ___

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2010-01-31 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: ghaering I will soon push updates to the version in Python core. What do you mean by soon? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7478

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2010-01-09 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: So, would this fix be part of python 2.7? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7478 ___

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-18 Thread Gerhard Häring
Gerhard Häring g...@ghaering.de 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

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-18 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org http://bugs.python.org/issue7478

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-11 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: 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

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-11 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- keywords: +patch Added file: http://bugs.python.org/file15525/_sqlite3_setdict.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7478

[issue7478] _sqlite3 doesn't catch PyDict_SetItem error

2009-12-11 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +ghaering priority: - normal stage: - patch review type: - crash versions: +Python 2.6, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7478