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 claplace
Recipients
Date 2007-05-22.10:43:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I've recently came to a bug using ctypes.
I was using ctypes to call a syscall and and passing it
a string argument, which was in fact in unicode.
This resulted in a python crash in the callproc function.

You can easily reproduce the crash by launching the attached python file (or at this link: https://core.fluendo.com/elisa/trac/browser/branches/rewrite-1/elisa/extern/inotify.py 
)

tested with python 2.5
History
Date User Action Args
2007-08-23 14:54:05adminlinkissue1723338 messages
2007-08-23 14:54:05admincreate