This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients barry, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2015-02-08.05:08:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423372092.35.0.547625608307.issue20680@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-02-08 05:08:12ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, serhiy.storchaka
2015-02-08 05:08:12ethan.furmansetmessageid: <1423372092.35.0.547625608307.issue20680@psf.upfronthosting.co.za>
2015-02-08 05:08:12ethan.furmanlinkissue20680 messages
2015-02-08 05:08:11ethan.furmancreate