On Sat, Jul 10, 2010 at 17:49 +0200, Ronny Pfannschmidt wrote:
> as far as i know the interaction limitation is due to python3 breaking
> pickle interaction with python2 in the worst possible way.
>
> 
> There are some plans to fix that by relying only on execnet
> serialization.
> 
> I suppose Holger can tell more there.

The basic idea is indeed to try to get rid of using Pickle
for transfering information between the test master 
and slave processes.  This can happen on the "application" 
level, i.e. modifying and adding custom serialization 
for py.test related objects or by extending the serializaer
to allow basic pickling of instances in some limited way.

best,
holger
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to