Message263623
| Author | serhiy.storchaka |
|---|---|
| Recipients | benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, stutzbach |
| Date | 2016-04-17.19:19:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1460920770.15.0.973267485762.issue26720@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python implementation passes bytearray to underlying write and delete it's content just after that. Thus saving written data was never worked, and making it working don't worth efforts. I agree with you, we should add a warning against saving. This might be a part of issue20699. As for original issue, this is potential crash, and we should fix this. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-17 19:19:30 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, martin.panter |
| 2016-04-17 19:19:30 | serhiy.storchaka | set | messageid: <1460920770.15.0.973267485762.issue26720@psf.upfronthosting.co.za> |
| 2016-04-17 19:19:30 | serhiy.storchaka | link | issue26720 messages |
| 2016-04-17 19:19:30 | serhiy.storchaka | create | |