Message101762
I forgot to talk about the conditions in which I stumbled upon that bug. I use a cStringIO.StringIO as a send buffer. When the socket is ready to send data, I call ssl_socket.send(send_buffer.getvalue()).
Unfortunately, two consecutive calls to send_buffer.getvalue() may return a different object (i.e. a string with a different memory address). |
|
| Date |
User |
Action |
Args |
| 2010-03-26 18:09:23 | cbay | set | recipients:
+ cbay, vstinner, giampaolo.rodola |
| 2010-03-26 18:09:23 | cbay | set | messageid: <[email protected]> |
| 2010-03-26 18:09:22 | cbay | link | issue8240 messages |
| 2010-03-26 18:09:21 | cbay | create | |
|