[Python-Dev] Include ctypes into core Python? (original) (raw)
Barry Warsaw barry at python.org
Wed Jan 11 13:59:50 CET 2006
- Previous message: [Python-Dev] Include ctypes into core Python?
- Next message: [Python-Dev] Include ctypes into core Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 2006-01-11 at 07:59 +0100, Thomas Heller wrote:
Another possibility would be to emit a warning when the module (dl or ctypes, if included) is imported.
warnings.warn("Incorrect usage of this module may crash Python", RuntimeWarning, stacklevel=2)
BTW, although I'm pretty sure the answer is "no" (at least, I hope it is), is anyone aware of a situation where the mere importation of a module can cause Python to crash?
-Barry
-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 307 bytes Desc: This is a digitally signed message part Url : http://mail.python.org/pipermail/python-dev/attachments/20060111/0eedc77f/attachment.pgp
- Previous message: [Python-Dev] Include ctypes into core Python?
- Next message: [Python-Dev] Include ctypes into core Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]