Antoine Pitrou added the comment: > Would producer_fifo have to change from a deque() to a memoryview() > object?
A memoryview is not a container, it's a view over an existing container. > 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). Does asyncore expose its implementation details? ---------- _______________________________________ 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