Message303963
| Author | Oren Milman |
|---|---|
| Recipients | Oren Milman |
| Date | 2017-10-09.14:31:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1507559485.42.0.213398074469.issue31734@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Also, the following code results in a memory leak: import sqlite3 cache = sqlite3.Cache.__new__(sqlite3.Cache) This is because pysqlite_cache_dealloc() just returns in case of an uninitialized Cache object. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-09 14:31:25 | Oren Milman | set | recipients: + Oren Milman |
| 2017-10-09 14:31:25 | Oren Milman | set | messageid: <1507559485.42.0.213398074469.issue31734@psf.upfronthosting.co.za> |
| 2017-10-09 14:31:25 | Oren Milman | link | issue31734 messages |
| 2017-10-09 14:31:25 | Oren Milman | create | |