[issue8275] callback function on win64 results in bad behavior. mem corruption?

stan mihai report at bugs.python.org
Wed Jan 26 10:14:41 CET 2011


stan mihai <stanmihai4 at gmail.com> added the comment:

Disabling optimizations doesn't really fix the issue, just hides it, for now.

The problem was an uninitialized variable. Attached is the patch that fixes it.

----------
nosy: +stan.mihai
Added file: http://bugs.python.org/file20527/ctypes_win64.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8275>
_______________________________________


More information about the Python-bugs-list mailing list