[issue9884] The 4th parameter of method always None or 0 on x64 Windows.

stan mihai report at bugs.python.org
Wed Jan 26 10:16:04 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.

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

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


More information about the Python-bugs-list mailing list