[Python-ideas] PEP 3156: Transport.sendfile

Nikolay Kim fafhrd91 at gmail.com
Fri Jan 25 19:03:49 CET 2013


I think Transport needs 'sendfile' api, something like:

   @tasks.coroutine
   def sendfile(self, fd, offset, nbytes):
      ….

otherwise it is impossible to implement sendfile without breaking transport encapsulation.




More information about the Python-ideas mailing list