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 rschoon.old
Recipients rschoon.old
Date 2010-04-05.22:52:06
SpamBayes Score 1.2549753e-05
Marked as misclassified No
Message-id <1270507928.01.0.484372545683.issue8323@psf.upfronthosting.co.za>
In-reply-to
Content
Since these sort of buffer objects don't exist in 3.x (so far as I know), I came up with a different way to test in 3.x (basically, trying to pickle bound or unbound methods).

It turns out that using this method to test it in 2.6 seems to fail where it should (in .put()), so if there's some sort of object that isn't pickleable in the same way as buffer that exists in 3.x, it should be tested to see if this specific problem is actually confined to 2.6 or not.
History
Date User Action Args
2010-04-05 22:52:08rschoon.oldsetrecipients: + rschoon.old
2010-04-05 22:52:08rschoon.oldsetmessageid: <1270507928.01.0.484372545683.issue8323@psf.upfronthosting.co.za>
2010-04-05 22:52:06rschoon.oldlinkissue8323 messages
2010-04-05 22:52:06rschoon.oldcreate