This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients nikratio, theller
Date 2010-01-23.00:18:55
SpamBayes Score 3.020142e-10
Marked as misclassified No
Message-id <1264205937.75.0.643663912285.issue7760@psf.upfronthosting.co.za>
In-reply-to
Content
On my system (Ubuntu Karmic, Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15), Kernel 2.6.31-17-generic, libc6 2.10.1-0ubuntu16) the attached test script produces the following output:

Traceback (most recent call last):
  File "test1.py", line 27, in <module>
    raise OSError(err, os.strerror(err), path)
OSError: [Errno 0] Success: '/does/not/exist'

So the function call failed, but the errno provided by ctypes is zero.

(There are two variants of construction the getxattr() foreign function in the script and both produce the same result).
History
Date User Action Args
2010-01-23 00:18:57nikratiosetrecipients: + nikratio, theller
2010-01-23 00:18:57nikratiosetmessageid: <1264205937.75.0.643663912285.issue7760@psf.upfronthosting.co.za>
2010-01-23 00:18:56nikratiolinkissue7760 messages
2010-01-23 00:18:55nikratiocreate