[issue11063] uuid.py module import has heavy side effects

Antoine Pitrou report at bugs.python.org
Sat Feb 5 20:04:58 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> A bit of offtopic: why can't we assume that ctypes is available?

Because ctypes (or, actually, the libffi it relies on) needs specific low-level code for each platform it runs on, and not all platforms have such code.

Another reason is that ctypes is dangerous and some administrators might prefer to disable it (especially on shared hosting ala Google App Engine).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11063>
_______________________________________


More information about the Python-bugs-list mailing list