[Python-3000] [Python-Dev] Py3k: error during 'make install' in py3k-struni ?
Guido van Rossum
guido at python.org
Wed Jul 25 06:53:37 CEST 2007
What's broken about pickle on the struni branch? It passes all its tests.
On 7/24/07, Christian Heimes <lists at cheimes.de> wrote:
> Lisandro Dalcin wrote:
> > However, I am having trouble with 'pickle', but perhaps this is only
> > my fault, i just imported pickle instead of cPickle (and all this in a
> > C extension module). I am using that because cPickle seems to be not
> > available in the py3k-struni.
>
> The pickle module is broken as well. The cPickle module won't be
> available in Python 3000. The C optimization of the cPickle module are
> going to be integrated into the pickle module during a Google Summer of
> Code project. The new pickle code will be subclass-able (cPickle
> couldn't be subclassed) but will have optimized C code to speed up
> pickling and unpickling.
>
> Christian
>
> _______________________________________________
> Python-3000 mailing list
> Python-3000 at python.org
> http://mail.python.org/mailman/listinfo/python-3000
> Unsubscribe: http://mail.python.org/mailman/options/python-3000/guido%40python.org
>
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list