On Tue, Mar 9, 2010 at 10:53 AM, Baiju M <[email protected]> wrote: > Any idea how difficult it is to create optional C extensions > for these packages:
zope.proxy will be fairly difficult to implement without C. Alternate Python implementations may be able to use extensions written in other ways, however. (Java for Jython, C# for IronPython, etc.) -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
