Giampaolo Rodola' added the comment:

> memoryview is also great to avoid copies when sending/receiving to a socket.

That's interesting. How exactly? Would producer_fifo have to change from a 
deque() to a memoryview() object? In that case we might have to take backward 
compatibility into account (producer_fifo already changed in 2.6 and if I'm not 
mistaken that might have caused some problems).
Maybe it makes sense to file a separate issue to address asynchat enhancements.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16787>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to