[issue8959] WINFUNCTYPE wrapped ctypes callbacks not functioning correctly in Python 2.7

Michael Curran report at bugs.python.org
Fri Jun 11 07:48:44 CEST 2010


Michael Curran <mick at nvaccess.org> added the comment:

The issue does not occure with Python 2.7 beta 1, but does occure in Python 2.7 beta 2.

So, with this in mind, its probably more likely that it may have been caused by the following change:
"- On Windows, ctypes does no longer check the stack before and after calling a
  foreign function.  This allows to use the unmodified libffi library."

I had previously thought it could have been the libffi upgrade, but this seems to have  happened in Beta 1.

----------

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


More information about the Python-bugs-list mailing list