GUIs - A Modest Proposal

Martin v. Loewis martin at v.loewis.de
Thu Jun 10 14:26:46 EDT 2010


>> or PyGui would need to be implemented in terms of ctypes (which then
>> would prevent its inclusion, because there is a policy that ctypes
>> must not be used in the standard library).
>
> Is there? I wasn't aware of that. What's the reason?

ctypes is inherently unsafe. It must be possible to remove it
from a Python installation, and still have the standard library work.

Regards,
Martin



More information about the Python-list mailing list