commit | 820021ebd8ff50b3fe70e1354b4d50c1e0f68611 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jan 31 21:47:45 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jan 31 21:47:45 2011 +0000 |
tree | 5cac5c671f4182097b2f75dc6fbcf6ab04ffa9ed | |
parent | 37c4a723a41ba072ad81f622624e64c0b925b782 [diff] |
Merged revisions 88284 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88284 | antoine.pitrou | 2011-01-31 22:08:57 +0100 (lun., 31 janv. 2011) | 4 lines Issue #8275: Fix passing of callback arguments with ctypes under Win64. Patch by Stan Mihai. Ok'ed by Georg. ........