Message 223015 - Python tracker
Message223015
| Author | serhiy.storchaka |
|---|---|
| Recipients | Claudiu.Popa, Elizacat, ghaering, serhiy.storchaka |
| Date | 2014-07-14.11:44:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1405338246.83.0.669035698837.issue21975@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The issue is not in pickling/unpickling, but in sqlite3.Row.__new__ which creates object in invalid state. Simple example: >>> import sqlite3 >>> r = sqlite3.Row.__new__(sqlite3.Row) >>> len(r) Segmentation fault (core dumped) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-07-14 11:44:06 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ghaering, Claudiu.Popa, Elizacat |
| 2014-07-14 11:44:06 | serhiy.storchaka | set | messageid: <1405338246.83.0.669035698837.issue21975@psf.upfronthosting.co.za> |
| 2014-07-14 11:44:06 | serhiy.storchaka | link | issue21975 messages |
| 2014-07-14 11:44:06 | serhiy.storchaka | create | |