]> granicus.if.org Git - python/commit
Merge changes from the upstream version:
authorThomas Heller <theller@ctypes.org>
Fri, 17 Mar 2006 15:52:58 +0000 (15:52 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 17 Mar 2006 15:52:58 +0000 (15:52 +0000)
commitb03cb602e800efea164c7455344de13dfea37b55
treee1d4fbef168daefbc2f4ccea71bfd7d97f9f8459
parentf4b066084a14194586399452baf05e050d58122c
Merge changes from the upstream version:
- cast is implemented as a foreign function now
- On Windows, it is now possible to access functions exported by ordinal only
Lib/ctypes/__init__.py
Lib/ctypes/test/test_byteswap.py
Lib/ctypes/test/test_cfuncs.py
Lib/ctypes/test/test_loading.py
Lib/ctypes/test/test_sizes.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c