Ethan Furman added the comment:

To make sure I understand correctly:

On platform ABC the value 1 could mean SOCK_STREAM but on platform XYZ 
SOCK_STREAM is value 32?

Assuming the need to pickle socket types is not new, then people have been 
doing it, possibly with painful workarounds, on the integer values until now, 
and suddenly changing the pickle of a socket type from an integer into a string 
is going to break code.

Or am I missing something?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20680>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to