This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hagen
Recipients alexandre.vassalotti, amaury.forgeotdarc, hagen, pitrou
Date 2008-12-05.09:21:17
SpamBayes Score 0.00036733932
Marked as misclassified No
Message-id <1228468878.03.0.819991007434.issue3873@psf.upfronthosting.co.za>
In-reply-to
Content
I think a read buffer is not possible without being able to unread bytes
from the stream. pickle shoudn't consume bytes after the end of a
pickled object!
History
Date User Action Args
2008-12-05 09:21:18hagensetrecipients: + hagen, amaury.forgeotdarc, pitrou, alexandre.vassalotti
2008-12-05 09:21:18hagensetmessageid: <1228468878.03.0.819991007434.issue3873@psf.upfronthosting.co.za>
2008-12-05 09:21:17hagenlinkissue3873 messages
2008-12-05 09:21:17hagencreate