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 valhallasw
Recipients Ronny.Pfannschmidt, RonnyPfannschmidt, alexandre.vassalotti, georg.brandl, ggenellina, gvanrossum, jcea, jdharper, loewis, pitrou, valhallasw
Date 2012-02-25.19:36:20
SpamBayes Score 0.0045743696
Marked as misclassified No
Message-id <1330198582.52.0.139892163557.issue6784@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, this is my first attempt at the Pickler part of the C implementation. I'll have to adapt the python implementation to match this one.

All BytestrPicklerTests in test_bytestrpickle.py pass, and ./python -m test -G -v test_pickle passes.

Comments on style etc. are very welcome.
History
Date User Action Args
2012-02-25 19:36:22valhallaswsetrecipients: + valhallasw, gvanrossum, loewis, georg.brandl, jcea, ggenellina, pitrou, alexandre.vassalotti, RonnyPfannschmidt, jdharper, Ronny.Pfannschmidt
2012-02-25 19:36:22valhallaswsetmessageid: <1330198582.52.0.139892163557.issue6784@psf.upfronthosting.co.za>
2012-02-25 19:36:21valhallaswlinkissue6784 messages
2012-02-25 19:36:21valhallaswcreate