Message263623
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. |
|
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 | |
|