[Python-Dev] Include ctypes into core Python? (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Jan 13 00:06:09 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 ]
Thomas Heller wrote:
Sounds good, although it should be noted that ctypes is a package now, with a ctypes.wrap subpackage (contains the code generator), a ctypes.macholib subpackage (contains Bob Ippolitos macholib for OS X), and ctypes.test subpackage whcih contains several test modules. Plus the ctypes.(dll|so) extension module.
Ok. The installer should then combine them all into a feature.
Still, the admin could disable all of this just by removing _ctypes.dll, right?
Regards, Martin
- 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 ]