]> granicus.if.org Git - python/commit
Merged revisions 78382 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Tue, 23 Feb 2010 20:32:43 +0000 (20:32 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 23 Feb 2010 20:32:43 +0000 (20:32 +0000)
commit41c5d2fb56b25a132015853b2612f012ca39be83
treeb582ead4677c73dcc8643c1968f02c40c15b5a00
parentf99f67be01f23d5f59e058d7286f05b009c02c9a
Merged revisions 78382 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78382 | thomas.heller | 2010-02-23 21:25:02 +0100 (Di, 23 Feb 2010) | 11 lines

  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