Message112350
Minimal example to reproduce: the script below exhausts my system memory in a minute or two.
import io
rawio = io.BytesIO(b"abc")
bufio = io.BufferedReader(rawio)
while True:
bufio.__init__(rawio) |
|
Date |
User |
Action |
Args |
2010-08-01 16:39:29 | mark.dickinson | set | recipients:
+ mark.dickinson, ronaldoussoren |
2010-08-01 16:39:29 | mark.dickinson | set | messageid: <1280680769.35.0.666204409525.issue9448@psf.upfronthosting.co.za> |
2010-08-01 16:39:27 | mark.dickinson | link | issue9448 messages |
2010-08-01 16:39:26 | mark.dickinson | create | |
|