cpython/Lib/ctypes/test
Miss Islington (bot) bf76d9bd4d
gh-99275: Fix SystemError in ctypes during __initsubclass__ (GH-99283)
(cherry picked from commit 343eb0f94b)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2022-11-13 11:51:26 -08:00
..
__init__.py
__main__.py
test_anon.py
test_array_in_pointer.py
test_arrays.py
test_as_parameter.py gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) 2022-06-24 04:17:21 -07:00
test_bitfields.py bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674) 2022-03-04 00:41:57 +01:00
test_buffers.py
test_bytes.py
test_byteswap.py bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480) 2022-03-29 14:26:27 -07:00
test_callbacks.py gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) 2022-06-24 04:17:21 -07:00
test_cast.py
test_cfuncs.py gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) 2022-06-24 04:17:21 -07:00
test_checkretval.py
test_delattr.py
test_errno.py
test_find.py
test_frombuffer.py
test_funcptr.py
test_functions.py gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) 2022-06-24 04:17:21 -07:00
test_incomplete.py
test_init.py
test_internals.py
test_keeprefs.py
test_libc.py
test_loading.py
test_macholib.py gh-91265: Make old ctypes.macholib tests runned by python -m test (gh-32094) 2022-04-18 09:27:09 +02:00
test_memfunctions.py
test_numbers.py
test_objects.py
test_parameters.py
test_pep3118.py
test_pickling.py
test_pointers.py
test_prototypes.py
test_python_api.py bpo-46584: remove check for py2.3 from ctypes/test_python_api (GH-31024) 2022-02-01 05:56:25 -08:00
test_random_things.py
test_refcounts.py
test_repr.py
test_returnfuncptrs.py
test_simplesubclasses.py
test_sizes.py
test_slicing.py
test_stringptr.py
test_strings.py
test_struct_fields.py gh-99275: Fix SystemError in ctypes during __initsubclass__ (GH-99283) 2022-11-13 11:51:26 -08:00
test_structures.py gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) 2022-11-07 21:20:06 -08:00
test_unaligned_structures.py
test_unicode.py
test_values.py bpo-46748: Fix ctypes test_frozentable() (GH-31600) 2022-02-27 00:25:46 +01:00
test_varsize_struct.py
test_win32.py
test_wintypes.py