[issue26663] asyncio _UnixWritePipeTransport._close abandons unflushed writes

2016-03-29 Thread Robert Smallshire
Changes by Robert Smallshire : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue26663] asyncio _UnixWritePipeTransport._close abandons unflushed writes

2016-03-29 Thread Robert Smallshire
New submission from Robert Smallshire: Note: This report is based on a close reading of the asyncio code, rather than having experienced defective behaviour in test or production. The documentation for BaseTransport.close() states: "Close the transport. If the transport has a buffer for outgoi