Message282254
| Author | serhiy.storchaka |
|---|---|
| Recipients | Aaron1011, martin.panter, nadeem.vawda, serhiy.storchaka |
| Date | 2016-12-02.20:07:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1480709274.9.0.619507095829.issue23224@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is not the only issue. Calling __init__ multiple times causes leaking locks, bz2/lzma internal buffers, etc. It looks to me that the most straightforward way is using __new__ instead of __init__. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-12-02 20:07:54 | serhiy.storchaka | set | recipients: + serhiy.storchaka, nadeem.vawda, martin.panter, Aaron1011 |
| 2016-12-02 20:07:54 | serhiy.storchaka | set | messageid: <1480709274.9.0.619507095829.issue23224@psf.upfronthosting.co.za> |
| 2016-12-02 20:07:54 | serhiy.storchaka | link | issue23224 messages |
| 2016-12-02 20:07:54 | serhiy.storchaka | create | |