Re: [Python-Dev] Adding C99 bool to struct module

2006-12-07 Thread Thomas Heller
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

[Python-Dev] Adding C99 bool to struct module

2006-12-07 Thread Martin v. Löwis
#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 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/lis