]> 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:13:20 +0000 (11:13 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 May 2015 08:13:20 +0000 (11:13 +0300)
commite79ec70801e410de9c3110ffe78f98e08114ae16
tree4dffcd5f09a018f6b67feaeab43963aed6726eab
parent5cbd8331ff567ee568713dc5e63820ffb453ac4b
parent08d230a5408e9fac3adbb357f5fb4a43958991d4
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