[New-bugs-announce] [issue4912] Invalid syntax in ctypes/util.py

Antoine Pitrou report at bugs.python.org
Sat Jan 10 23:34:45 CET 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

ctypes/util.py contains invalid py3k syntax at lines 106-107:

        if rv == 10:
            raise OSError, 'gcc or cc command not found'

----------
assignee: theller
components: ctypes
messages: 79582
nosy: pitrou, theller
severity: normal
status: open
title: Invalid syntax in ctypes/util.py
type: crash
versions: Python 3.0, Python 3.1

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


More information about the New-bugs-announce mailing list