Message198743
I took me some time, but Antoine explained me the use case on IRC :-) The patch is useful is the bytearray is used as a FIFO: remove front, append tail. It can be seen as an implementation for BufferedReader. Consumer/producer is a common pattern, especially consuming one end (front) and produce at the other end (tail). |
|
Date |
User |
Action |
Args |
2013-09-30 21:44:13 | vstinner | set | recipients:
+ vstinner, pitrou, serhiy.storchaka |
2013-09-30 21:44:13 | vstinner | set | messageid: <1380577453.08.0.227099502329.issue19087@psf.upfronthosting.co.za> |
2013-09-30 21:44:13 | vstinner | link | issue19087 messages |
2013-09-30 21:44:12 | vstinner | create | |
|