
Jan. 30, 2008
8:15 p.m.
In python 2.5.1: from ctypes import * c = c_int(4) print c == 4 print c.value == 4 False True This seem unreasonable to me, and a big invitation to error.
6256
Age (days ago)
6256
Last active (days ago)
0 comments
1 participants
participants (1)
-
Neal Becker