- 25 Nis, 2008 1 kayıt (commit)
-
-
Thomas Heller yazdı
reference to themselves. Backport from trunk.
-
- 13 Tem, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 17 Eki, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
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.
-
- 16 Agu, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
of the Python part of a callback function to C. If it cannot be converted, call PyErr_WriteUnraisable with the exception we got. Before, arbitrary data has been passed to the calling C code in this case. (I'm not really sure the NEWS entry is understandable, but I cannot find better words)
-
- 14 Agu, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
area because the size if unknown in source/callproc.c.
-
- 11 Agu, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
storage before converting the result to C data. See the comment in the code for details. Provide a better context for errors when the conversion of a callback function's result cannot be converted.
-
- 19 Tem, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
not defined on Windows, even if that configuration is probably not supported at all.
-
- 13 Tem, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
without thread support. Replaced WITH_THREADS with WITH_THREAD.
-
- 29 Haz, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
#ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing.
-
- 12 Haz, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 06 Haz, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
This fixes the callback function tests that return float.
-
- 18 Nis, 2006 1 kayıt (commit)
-
-
Skip Montanaro yazdı
the StgDictObject's ffi_type member had the same name as its type. I changed that to ffi_type_pointer. Feel free to change it to something else more meaningful, just not ffi_type.
-
- 22 Mar, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
Don't use SEH when compiling wth mingw. Use IS_INTRESOURCE to determine function name from function ordinal. Rewrite the code that allocates and frees callback functions, hopefully this avoids the coverty warnings: Remove the THUNK typedef, and move the definition of struct ffi_info into the header file.
-
- 20 Mar, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 16 Mar, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
Hope that fixes one or two Coverty warnings.
-
- 08 Mar, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
-