cpython/Lib/ctypes
Thomas Heller b4a0cf17c4 Remove the special casing of Py_None when converting the return value
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)
2006-08-16 15:10:12 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Remove the special casing of Py_None when converting the return value 2006-08-16 15:10:12 +00:00
__init__.py The __repr__ method of a NULL py_object does no longer raise an 2006-08-16 14:07:44 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' 2006-07-13 17:01:14 +00:00
wintypes.py Add an __all__ list, since this module does 'from ctypes import *'. 2006-06-14 09:20:11 +00:00