commit | 6ad5fbb7ea90d475d77ee3b41a6ba198316b0d05 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Apr 25 15:44:16 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Apr 25 15:44:16 2008 +0000 |
tree | fef0c3cc8ea18ee7ea044abb324af6a6932dad0b | |
parent | 5364e2e46f7566e1917d013f83c431a72de76009 [diff] |
Add from_buffer and from_buffer_copy class methods to ctypes types.
diff --git a/Misc/NEWS b/Misc/NEWS index a44ef1c..5c7b2ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library ------- +- Add from_buffer() and from_buffer_copy() class methods to ctypes + data types + - Issue #2682: ctypes callback functions no longer contain a cyclic reference to themselves.