[Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/setup.py the
`winlock.c` extension no longer exists with zodb 3.8
Andreas Zeidler
az at zitc.de
Mon Jun 4 16:09:03 EDT 2007
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.
More information about the Zope-Checkins
mailing list