commit | dcbf64d34ddef32cb49ebbd19958ddd426cbdab6 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Oct 17 19:41:10 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Oct 17 19:41:10 2006 +0000 |
tree | 15f55f06acccbf966b1a11f362936629ce7ef295 | |
parent | ca362b6937aecf5177d832b3e44aa6697e6d5d9e [diff] |
ctypes callback functions only support 'fundamental' result types. Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Backported from trunk.