]> granicus.if.org Git - python/commit
Merged revisions 83841,84741 via svnmerge from
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 12 Sep 2010 16:19:05 +0000 (16:19 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 12 Sep 2010 16:19:05 +0000 (16:19 +0000)
commitffa272d4d8efaff9ff7147b24c2177212067a29e
tree633a1be6d2d27e3e06b7563c053434b72aef36d8
parent1052e3993bea30b5a2901ce4f480297a8299184c
Merged revisions 83841,84741 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83841 | thomas.heller | 2010-08-09 03:16:20 +0900 | 2 lines

  Fix issue6869: refcount problem in the _ctypes extension.
........
  r84741 | hirokazu.yamamoto | 2010-09-13 01:06:18 +0900 | 2 lines

  Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
  with Python2.7.
........
Modules/_ctypes/_ctypes.c