Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

Another thought about buffering, which might be a bit of a show-stopper: if in 
a particular load() call we read ahead for buffering purposes, we've altered 
the underlying stream (which might not be seekable to allow position 
restoring). The next call to load() will be likely to fail, since the 
underlying stream has been positioned further than expected by the earlier 
load() call, and the buffer state has been lost. Not sure how easy it is to get 
around this ...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to