pickle problem

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Thu May 8 16:57:11 EDT 2008


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



More information about the Python-list mailing list