Charles-François Natali <neolo...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12821> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com