Adding C99 bool to struct module
Dec. 7, 2006
7:23 p.m.
#1610575 suggests to introduce the 't' code to support the _Bool type where available, and uses char if it isn't available. Any objections to adding it? Regards, Martin
December 2006
8:11 p.m.
Martin v. Löwis schrieb:
#1610575 suggests to introduce the 't' code to support the _Bool type where available, and uses char if it isn't available.
Any objections to adding it?
Not from me, although the patch should probably be extended to add a ctypes.c99_bool (or how it would be named) type - see also the comments that I posted to the tracker. Thomas
6949
Age (days ago)
6949
Last active (days ago)
1 comments
2 participants
participants (2)
-
"Martin v. Löwis" -
Thomas Heller