[issue1530559] struct.pack raises TypeError where it used to convert

Andreas Kloeckner report at bugs.python.org
Mon Mar 1 20:08:01 CET 2010


Andreas Kloeckner <inform at tiker.net> added the comment:

The fix breaks my package PyCUDA, which relies on handing struct something that can be cast to long. (i.e. not a float, but something representing a memory address on a GPU)

Am I out of luck?

----------
nosy: +inducer

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


More information about the Python-bugs-list mailing list