>>>>> "Alexaandre" == Alexandre Vassalotti <[EMAIL PROTECTED]> writes:

    >> How did you register the optimized versions? Did you add them to
    >> _PyImport_Inittab in Modules/config.c? Modules in _PyImport_Inittab
    >> are available before the io module is loaded.

    Alexaandre> How would that works? The modules in Module/config.c need to
    Alexaandre> linked to the main binary, no?

Assuming they aren't huge I don't see any real problem linking them into the
interpreter's binary image.  A few other modules are handled that way (sys,
marshal, etc).

Skip

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to