commit | e106dc3cf6eb32a54ca8274963a09904cd936025 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Apr 24 18:39:36 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Apr 24 18:39:36 2008 +0000 |
tree | 98b8b6aeff436f5faf1c6f1bd31c6666a98601ca | |
parent | a4618736c037b23b99badfcab65296833f309c2a [diff] |
Merged revisions 62481 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r62481 | thomas.heller | 2008-04-24 20:14:19 +0200 (Do, 24 Apr 2008) | 3 lines Remove cyclic reference in CFuncPtr instances; see issue #2682. Backport candidate for the release25-maint branch. ........