On Jan 12, 2008, at 7:33 PM, Alexandre Vassalotti wrote:
> By the way, you might be interested to look at my work on pickle [1]
> for Python 3K. As part of last year Summer of Code, I removed the
> differences between the Python and C implementation of pickle, and
> thus allowing the C version to be transparently used, instead of the
> Python one, when it is available.

Interesting. Does that mean that cPickle can be extended through  
inheritance?

> Currently, I am polishing the code
> for inclusion into the main branch.

Are you doing any benchmarking?

(I'm worried by the performance impact of allowing extending through  
inheritance. :)

> I also started to work on the next
> version of the pickle protocol, that will make it more suitable for
> Python 3K. If you are interested to help out, just send me an email
> and I will explain you what needs to be done.


I'm interested, but I don't think I have time. :(

Jim

--
Jim Fulton
Zope Corporation


_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to