Commit ffa272d
Hirokazu Yamamoto
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.
........1 parent 1052e39 commit ffa272d
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5134 | 5134 | | |
5135 | 5135 | | |
5136 | 5136 | | |
| 5137 | + | |
5137 | 5138 | | |
5138 | 5139 | | |
5139 | 5140 | | |
| |||
5326 | 5327 | | |
5327 | 5328 | | |
5328 | 5329 | | |
| 5330 | + | |
5329 | 5331 | | |
5330 | 5332 | | |
5331 | 5333 | | |
5332 | 5334 | | |
5333 | 5335 | | |
5334 | 5336 | | |
| 5337 | + | |
5335 | 5338 | | |
5336 | 5339 | | |
5337 | 5340 | | |
5338 | 5341 | | |
5339 | 5342 | | |
5340 | 5343 | | |
| 5344 | + | |
5341 | 5345 | | |
5342 | 5346 | | |
5343 | 5347 | | |
5344 | 5348 | | |
5345 | 5349 | | |
5346 | 5350 | | |
| 5351 | + | |
5347 | 5352 | | |
5348 | 5353 | | |
5349 | 5354 | | |
5350 | 5355 | | |
5351 | 5356 | | |
5352 | 5357 | | |
| 5358 | + | |
5353 | 5359 | | |
5354 | 5360 | | |
5355 | 5361 | | |
5356 | 5362 | | |
5357 | 5363 | | |
5358 | 5364 | | |
| 5365 | + | |
5359 | 5366 | | |
5360 | 5367 | | |
5361 | 5368 | | |
| |||
0 commit comments