On Thu, 08 May 2008 08:55:35 -0700, krustymonkey wrote:

> The thing is, I'm not using slots by choice.  I'm using the standard
> lib "socket" class, which apparently uses slots.

`socket` objects can't be pickled.  Not just because of the `__slot__`\s
but because a substantial part of their state lives in the operating
system's space.

Ciao,
        Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to