[Python-Dev] LZMA compression support in 3.3

"Martin v. Löwis" martin at v.loewis.de
Sat Aug 27 22:21:41 CEST 2011


> I'd like to better understand why ctypes is (sometimes) frowned upon.
> 
> Is it the brittleness?  Tendency to segfault?

That, and Python should work completely if ctypes is not available.

> FWIW, I have a partial implementation of a module that does xz from
> Python using ctypes.

So does it work on Sparc/Solaris? On OpenBSD? On ARM-Linux? Does it
work if the xz library is installed into /opt/sfw/xz?

Regards,
Martin


More information about the Python-Dev mailing list