cpython/Lib/ctypes
Victor Stinner 7d6ddb96b3 bpo-28129: fix ctypes crashes (#386) (#3799)
* init commit, with initial tests for from_param and fields __set__ and __get__, and some additions to from_buffer and from_buffer_copy

* added the rest of tests and patches. probably only a first draft.

* removed trailing spaces

* replace ctype with ctypes in error messages

* change back from ctypes instance to ctype instance

(cherry picked from commit 1bea762d9e)
2017-09-28 07:32:11 -07:00
..
macholib [3.6] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2092) 2017-06-11 11:30:57 -05:00
test bpo-28129: fix ctypes crashes (#386) (#3799) 2017-09-28 07:32:11 -07:00
__init__.py Issue #29219: Fixed infinite recursion in the repr of uninitialized 2017-01-13 09:42:17 +02:00
_endian.py
util.py
wintypes.py