This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-29 23:56:56 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc40ff831cb12dd2df69a5d73e7ccb792d3088c8
cpython
/
Lib
/
ctypes
/
test
T
History
Thomas Heller
2ebc4d8054
Oops, these tests do not run on Windows CE.
2007-05-04 19:56:32 +00:00
..
__init__.py
…
runtests.py
…
test_anon.py
…
test_array_in_pointer.py
…
test_arrays.py
…
test_as_parameter.py
…
test_bitfields.py
…
test_buffers.py
…
test_byteswap.py
…
test_callbacks.py
…
test_cast.py
…
test_cfuncs.py
…
test_checkretval.py
Fix some ctypes test crashes, when running with a debug Python
2007-05-04 07:14:39 +00:00
test_errcheck.py
…
test_find.py
…
test_funcptr.py
…
test_functions.py
Bug
#1651235
: When a tuple was passed to a ctypes function call,
2007-03-09 20:39:22 +00:00
test_incomplete.py
…
test_init.py
…
test_integers.py
…
test_internals.py
…
test_keeprefs.py
…
test_libc.py
…
test_loading.py
Oops, these tests do not run on Windows CE.
2007-05-04 19:56:32 +00:00
test_macholib.py
…
test_memfunctions.py
…
test_numbers.py
Whitespace normalization. Ugh, we really need to do this more often.
2007-04-25 06:30:05 +00:00
test_objects.py
…
test_parameters.py
…
test_pointers.py
…
test_prototypes.py
…
test_python_api.py
Fix some ctypes test crashes, when running with a debug Python
2007-05-04 07:14:39 +00:00
test_random_things.py
Fix some ctypes test crashes, when running with a debug Python
2007-05-04 07:14:39 +00:00
test_refcounts.py
…
test_repr.py
Patch
#1649190
: Adding support for _Bool to ctypes as c_bool, by David Remahl.
2007-03-13 20:42:52 +00:00
test_returnfuncptrs.py
…
test_simplesubclasses.py
…
test_sizes.py
…
test_slicing.py
…
test_stringptr.py
…
test_strings.py
…
test_struct_fields.py
…
test_structures.py
…
test_unaligned_structures.py
…
test_unicode.py
…
test_values.py
…
test_varsize_struct.py
…
test_win32.py
…