]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 May 2015 08:02:49 +0000 (11:02 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 May 2015 08:02:49 +0000 (11:02 +0300)
commit08d230a5408e9fac3adbb357f5fb4a43958991d4
tree94e66616cc67b6d1164d87f9bf694a6850b982ff
parentdf9ba3623a1fcb745199b723ffd68e63f7a31153
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Fixed segmentation fault in sqlite3.Row constructor with faked cursor type.
Fixed system error in the comparison of faked types.SimpleNamespace.
Lib/sqlite3/test/factory.py
Lib/test/test_types.py
Misc/NEWS
Modules/_sqlite/row.c
Objects/genobject.c
Objects/namespaceobject.c