c_ext/__init__.py
author Edouard Tisserant
Tue, 22 Jan 2013 19:03:25 +1100
changeset 906 de452d65865c
parent 721 ecf4d203c4d4
child 1511 91538d0c242c
permissions -rw-r--r--
Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles.
31
33b38700d0db added basic C Code extention plugin
etisserant
parents:
diff changeset
     1
from c_ext import *