[Checkins] [zopefoundation/zodbpickle] 661e8b: Add minimal tests and Python ref. impl. for 'noloa...

Marius Gedminas marius at gedmin.as
Wed Mar 6 11:29:06 UTC 2013


On Tue, Mar 05, 2013 at 05:05:36PM -0800, GitHub wrote:
>   Branch: refs/heads/master
>   Home:   https://github.com/zopefoundation/zodbpickle
>   Commit: 661e8b78f91a9e77da739c2f1d00780ad24d1efa
>       https://github.com/zopefoundation/zodbpickle/commit/661e8b78f91a9e77da739c2f1d00780ad24d1efa
>   Author: Tres Seaver <tseaver at palladion.com>
>   Date:   2013-03-05 (Tue, 05 Mar 2013)
> 
>   Changed paths:
>     M src/zodbpickle/pickle.py
>     M src/zodbpickle/tests/pickletester.py
> 
>   Log Message:
>   -----------
>   Add minimal tests and Python ref. impl. for 'noload'.

Thank you, this made my day!

BTW I've a plan for Python 3.2 compatibility in zodbpickle: move the new
features (noload, bytes_as_strings) into _pickle_32.c, rename it to
_pickle.c, then drop _pickle_33.c and the corresponding tests for
3.3-only features.

We're not using any of the new pickle features introduced in Python 3.3,
and I don't like to see an external package like zodbpickle using
undocumented internal CPython APIs like _Py_IDENTIFIER.

Marius Gedminas
-- 
6 out of 7 dwarves are not Happy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.zope.org/pipermail/checkins/attachments/20130306/c068e21e/attachment.sig>


More information about the checkins mailing list