[Zope3-checkins] CVS: Zope3 - setup.py:1.25

Jim Fulton jim@zope.com
Thu, 15 May 2003 15:08:15 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv18533

Modified Files:
	setup.py 
Log Message:
Converted some interface introspection code to C for performance.
The change reduced execution time for / and
/++etc++site/services.html by about 20%.


=== Zope3/setup.py 1.24 => 1.25 ===
--- Zope3/setup.py:1.24	Thu May  8 16:39:44 2003
+++ Zope3/setup.py	Thu May 15 15:07:44 2003
@@ -231,6 +231,12 @@
     Extension("zope.security._proxy", ["src/zope/security/_proxy.c"],
               include_dirs = include_dirs,
               depends = ["src/zope/proxy/proxy.h"]),
+
+    
+    Extension("zope.interface._zope_interface_ospec",
+              ["src/zope/interface/_zope_interface_ospec.c"],
+              include_dirs = include_dirs,
+              depends = []),
     ]
 
 # On Window, there are more extensions that need to be built