<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body >Ugh! Magic numbers :(<div>If 50 million bytes is intended as the comment suggests then the value should be 50000000</div><div><br></div><br>Stefan Monnier <monnier@iro.umontreal.ca> wrote:<br>>         if end_point > 45*1024*1024:<br>>             # The max cache size is 50MB, so don't create bigger blocks<br>>             start_new_block = True<br>>         else:<br>>             start_new_block = False<br><br>Isn't that "start_new_block = end_point > 45*1024*1024" ?<br><br><br>        Stefan<br><br><br></body>