commit | a06a1a88ee7c00a43e3bca2634c68aecd0170500 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Feb 13 20:21:53 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Feb 13 20:21:53 2008 +0000 |
tree | cf1f77e087df6f4f2eeb39d4d6df5098c34e0318 | |
parent | 91a1dec492ba339f81f769785d6d7c8f3a97498f [diff] |
Add pickle support to ctypes types.
diff --git a/Misc/NEWS b/Misc/NEWS index 5b334d8..fe4b89f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -400,6 +400,9 @@ Library ------- +- ctypes instances that are not or do not contain pointers can now be + pickled. + - Patch #1966: Break infinite loop in httplib when the servers implements the chunked encoding incorrectly.