commit | 5117b0b0dc9c28d158c9f46bca0965ee00ac98e7 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Feb 23 20:25:02 2010 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Feb 23 20:25:02 2010 +0000 |
tree | a703ea4de31700fedeea0ecd783525f8214e101f | |
parent | b7be5703fbf2b847d566952441aacd04ee52e370 [diff] |
Merged revisions 78380 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines ctypes CThunkObject was not registered correctly with the cycle garbage collector, leading to possible leaks when using callback functions. ........