Staging
v0.5.1
https://github.com/python/cpython
Revision 867200483bd518d4fbd9e3d16f8785b6395af9b7 authored by Thomas Heller on 14 August 2006, 11:17:48 UTC, committed by Thomas Heller on 14 August 2006, 11:17:48 UTC
ctypes instances no longer have the internal and undocumented
'_as_parameter_' attribute which was used to adapt them to foreign
function calls; this mechanism is replaced by a function pointer in
the type's stgdict.

In the 'from_param' class methods, try the _as_parameter_ attribute if
other conversions are not possible.

This makes the documented _as_parameter_ mechanism work as intended.

Change the ctypes version number to 1.0.1.
1 parent 040f76b
History
Tip revision: 867200483bd518d4fbd9e3d16f8785b6395af9b7 authored by Thomas Heller on 14 August 2006, 11:17:48 UTC
Apply the patch #1532975 plus ideas from the patch #1533481.
Tip revision: 8672004
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.2 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 53.5 KB
configure -rwxr-xr-x 623.0 KB
configure.in -rw-r--r-- 94.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 66.3 KB

README

back to top