New submission from Mike Frysinger <vap...@users.sourceforge.net>:

the direct call to the getdents syscall is broken on x32.  there, the first two 
args are not unsigned long, but unsigned long long.  patch attached to fix the 
issue.

----------
components: Extension Modules
files: python-3.2.3-x32.patch
keywords: patch
messages: 162281
nosy: vapier
priority: normal
severity: normal
status: open
title: posixsubprocess module broken on x32
versions: Python 3.2
Added file: http://bugs.python.org/file25819/python-3.2.3-x32.patch

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

Reply via email to