commit | f3bb28395f2f5b365611029ca79afcfe35571c54 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Apr 25 19:55:19 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Apr 25 19:55:19 2008 +0000 |
tree | fff208024d58bc614a98d1dc96151542c9cf74a2 | |
parent | 8d904c39819eff6950bb4e712b28c434f0131af4 [diff] [blame] |
Issue #2682: ctypes callback functions no longer contain a cyclic reference to themselves. Backport from trunk.
diff --git a/Misc/NEWS b/Misc/NEWS index d66e26c..e53f02b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Library ------- +- Issue #2682: ctypes callback functions no longer contain a cyclic + reference to themselves. + - Issue #2670: Fix a failure in urllib2.build_opener(), when passed two handlers that derive the same default base class.