commit | 5c7589c52df046b91913aa43c0d3f21b60cec46e | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Sun Aug 08 18:28:59 2010 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Sun Aug 08 18:28:59 2010 +0000 |
tree | 83396a7c3885de75fdecfed4117c89391b7b2a01 | |
parent | b8774ec5231e64853484d7957a891d8c09e87558 [diff] |
Merged revisions 83841 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83841 | thomas.heller | 2010-08-08 20:16:20 +0200 (So, 08 Aug 2010) | 2 lines Fix issue6869: refcount problem in the _ctypes extension. ........