]> granicus.if.org Git - python/commit
Merged revisions 78380 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Tue, 23 Feb 2010 20:17:14 +0000 (20:17 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 23 Feb 2010 20:17:14 +0000 (20:17 +0000)
commitd517d0848bb6e404f8c075c3b4d56179db9554f8
treebf9a459b0c7ce52a2cb042a3423aa5defca0e077
parentc9081b390d1192968edab7ecc39663834cef44d8
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.
........
Lib/ctypes/test/test_callbacks.py
Misc/NEWS
Modules/_ctypes/callbacks.c