]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Aug 2014 14:50:39 +0000 (17:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Aug 2014 14:50:39 +0000 (17:50 +0300)
commit3d4b2d4df25aafdfce52e20fc1cb9976671023c2
tree930af82f0af275d532161ff89bd4439a5c7003ad
parent9b33872812582fd4891d178fb7ff95e631697660
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
when unpickling pickled sqlite3.Row).  sqlite3.Row is now initialized in the
__new__() method.
Misc/NEWS
Modules/_sqlite/row.c