[issue3277] socket's OOB data management is broken on FreeBSD

2008-07-04 Thread Andrew Azarov
Andrew Azarov <[EMAIL PROTECTED]> added the comment: tested: Python 2.5.2 (r252:60911, Jun 24 2008, 16:40:26) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd7 FreeBSD tomcat 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 ex

[issue3277] socket's OOB data management is broken on FreeBSD

2008-07-03 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Why do you think this is a bug in Python, and not in FreeBSD? -- nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3277] socket's OOB data management is broken on FreeBSD

2008-07-03 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: This bug should be strictly related with issue 3278: http://bugs.python.org/issue3278 ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3277] socket's OOB data management is broken on FreeBSD

2008-07-03 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' <[EMAIL PROTECTED]>: -- components: +Library (Lib) type: -> behavior ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3277] socket's OOB data management is broken on FreeBSD

2008-07-03 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' <[EMAIL PROTECTED]>: I've tried to run the code below on Windows XP and Linux Ubuntu and it works as expected. Here is the output: expt -> o read -> fo On FreeBSD 7.0 it raises the following exception: expt -> o read -> fo Exception in thread Thread-1: Tr