Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8887
| From | Just Fill Bugs <mozbugbox@yahoo.com.au> |
|---|---|
| Subject | Should ctypes handle mis-matching structure return ABI between mingw and MSVC? |
| Date | 2011-07-06 11:12 +0800 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.674.1309922109.1164.python-list@python.org> (permalink) |
According the Bug 36834 of gcc, there is a mis-matching between mingw
and MSVC when a struct was returned by value from a C function.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36834
Should ctypes handle this situation automatically somehow?
A ctypes discussion on 2009:
http://thread.gmane.org/gmane.comp.python.ctypes.user/4439
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Should ctypes handle mis-matching structure return ABI between mingw and MSVC? Just Fill Bugs <mozbugbox@yahoo.com.au> - 2011-07-06 11:12 +0800 Re: Should ctypes handle mis-matching structure return ABI between mingw and MSVC? Nobody <nobody@nowhere.com> - 2011-07-07 01:25 +0100
csiph-web