Staging
v0.5.1
https://github.com/python/cpython
Revision 8bf469ddc1a403b462c586beb7053875a245ab00 authored by Thomas Heller on 09 March 2007, 20:48:57 UTC, committed by Thomas Heller on 09 March 2007, 20:48:57 UTC
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes

........
  r54248 | thomas.heller | 2007-03-09 21:39:22 +0100 (Fr, 09 Mär 2007) | 7 lines

  Bug #1651235: When a tuple was passed to a ctypes function call,
  Python would crash instead of raising an error.

  The crash was caused by a section of code that should have been
  removed long ago, at that time ctypes had other ways to pass
  parameters to function calls.
........
1 parent f7eed5e
History
Tip revision: 8bf469ddc1a403b462c586beb7053875a245ab00 authored by Thomas Heller on 09 March 2007, 20:48:57 UTC
Merged revisions 54248 via svnmerge from
Tip revision: 8bf469d
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 54.4 KB
configure -rwxr-xr-x 623.0 KB
configure.in -rw-r--r-- 94.6 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