[Python-Dev] New Import Hook & New Zip Importer

Fredrik Lundh fredrik@pythonware.com
Thu, 5 Dec 2002 09:31:52 +0100


just wrote:

> zipimport.c todo:
>     - rework the zipimporter class as a subclass of str
>     - doco
>     - add a get_source(fullname) method (linecache.py could use that!)

unmarshal_code should check that PyString_Size(data) is at least
eight (or perhaps nine) bytes.

</F>