Log message for revision 76329:
  the `winlock.c` extension no longer exists with zodb 3.8
  

Changed:
  U   Zope/branches/2.9-with-ZODB3.8/setup.py

-=-
Modified: Zope/branches/2.9-with-ZODB3.8/setup.py
===================================================================
--- Zope/branches/2.9-with-ZODB3.8/setup.py     2007-06-04 18:05:28 UTC (rev 
76328)
+++ Zope/branches/2.9-with-ZODB3.8/setup.py     2007-06-04 20:09:03 UTC (rev 
76329)
@@ -476,15 +476,9 @@
                       sources= ['persistent/TimeStamp.c']
                       )
 
-winlock = Extension(name = 'ZODB.winlock',
-                    include_dirs = include,
-                    sources = ['ZODB/winlock.c']
-                    )
-
 ext_modules += [cPersistence,
          cPickleCache,
          TimeStamp,
-         winlock,
         ]
 
 # We're using the module docstring as the distutils descriptions.

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to