Py_BuildValue("I", ...) does not work

Martin Kulas coolazNOSPAM at web.de
Mon Aug 21 18:10:52 EDT 2006


Nick Craig-Wood wrote:
> I tried your examples under linux.
>
> It fails under python 2.3 in the same fashion as you noted, but works
> under 2.4.
>
> On my system (debian/testing) I have python 2.4.4c0 installed.

I was running Python 2.4.2 -- this was the problem!
After Installing 2.4.3 Py_BuildValue() eats "I" 
as format string without any problems  :-)

Regards,
Martin




More information about the Python-list mailing list