<p dir="ltr"><br>
On 20 Aug 2013 09:18, "Thomas Heller" <<a href="mailto:theller@ctypes.org">theller@ctypes.org</a>> wrote:<br>
><br>
> Am 20.08.2013 15:42, schrieb Nick Coghlan:<br>
><br>
>> Importing C extensions requires extracting them to a temp directory and<br>
>> loading them from there. Trivial in Python, a pain in C. zipimport is<br>
>> currently still written in C.<br>
><br>
><br>
> So what - zipimport is a builtin module (on Windows at least).</p>
<p dir="ltr">Huh? That's irrelevant to the fact that doing the tempdir creation, file extraction and subsequent import entirely in C code would be painfully tedious.</p>
<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
><br>
><br>
> _______________________________________________<br>
> Distutils-SIG maillist - <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> <a href="http://mail.python.org/mailman/listinfo/distutils-sig">http://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</p>