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 kristjan.jonsson
Recipients Jimbofbx, asksol, dragonfyre13, dsvensson, gsson, jnoller, jodal, kristjan.jonsson, pitrou, sbt
Date 2012-04-09.15:44:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333986251.29.0.66456419252.issue4892@psf.upfronthosting.co.za>
In-reply-to
Content
I just want to point out that each time socket.share() is called, the resulting data can only be used once by socket.fromshare().  I'm mentioning this because I know there is some caching mechanism in reduction.py and that this data is not cacheable/reuseable.
History
Date User Action Args
2012-04-09 15:44:11kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, jnoller, gsson, dsvensson, asksol, jodal, Jimbofbx, dragonfyre13, sbt
2012-04-09 15:44:11kristjan.jonssonsetmessageid: <1333986251.29.0.66456419252.issue4892@psf.upfronthosting.co.za>
2012-04-09 15:44:10kristjan.jonssonlinkissue4892 messages
2012-04-09 15:44:10kristjan.jonssoncreate