commit | 501da1da0374ed7a6764c38fe52bda6365cf0172 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Aug 06 17:50:22 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Aug 06 17:50:22 2014 +0300 |
tree | a5e6510b21a3a626c93ba1c4e208608f7fc30260 | |
parent | 075588f1af602714f8b092fac72f8c1a353e7c50 [diff] |
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.