commit | 8b83687bdf66d2d10afb78e46bcede399deaefde | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 28 07:31:40 2017 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 28 07:31:40 2017 -0700 |
tree | 20a174eca5983e6e81781e7a425d768d0a8a40e3 | |
parent | b4920d562b74e909bfae71bf119350a01d1d5e5e [diff] |
bpo-28129: fix ctypes crashes (#386) (#3800) * 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 1bea762d9ec823544c530d567330a47f64d93d4f)