On 20 Aug 2013 04:22, "Thomas Heller" <thel...@ctypes.org> wrote:
>
> Back from holidays, I read this very interesting discussion...
>
> Am 14.08.2013 16:33, schrieb Nick Coghlan:
>
>> Aside from the lack of embedded C extension support (which could
>> likely be fixed if zipimport was migrated to Python code for 3.5),
>
>
> ...but I don't understand what you mean by this. Can you please explain?

Importing C extensions requires extracting them to a temp directory and
loading them from there. Trivial in Python, a pain in C. zipimport is
currently still written in C.

Cheers,
Nick.

>
> Thanks,
> Thomas
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> http://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to