[New-bugs-announce] [issue15000] posixsubprocess module broken on x32

Mike Frysinger report at bugs.python.org
Mon Jun 4 20:07:37 CEST 2012


New submission from Mike Frysinger <vapier at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15000>
_______________________________________


More information about the New-bugs-announce mailing list