[issue12821] test_fcntl failed on OpenBSD 5.x

Charles-François Natali report at bugs.python.org
Tue Aug 23 09:06:34 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Note that it's been fixed in default with the recent sys.platform refactoring:

    26     if (sys.platform.startswith(('netbsd', 'freebsd', 'openbsd', 'bsdos'))
    27         or sys.platform == 'darwin'):
    28         if struct.calcsize('l') == 8:

I'll commit a patch for 2.7 and 3.2.

----------
components: +Tests
nosy: +neologix
stage:  -> needs patch
type:  -> behavior
versions:  -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12821>
_______________________________________


More information about the Python-bugs-list mailing list