Commit 2762118d authored by Dmitry Vasiliev's avatar Dmitry Vasiliev

'_zope_interface_coptimizations' extension module added

parent d2b827e7
...@@ -122,7 +122,12 @@ winlock = Extension(name = 'ZODB.winlock', ...@@ -122,7 +122,12 @@ winlock = Extension(name = 'ZODB.winlock',
sources = ['src/ZODB/winlock.c'] sources = ['src/ZODB/winlock.c']
) )
exts += [cPersistence, cPickleCache, TimeStamp, winlock] cZopeInterface = Extension(
name = 'zope.interface._zope_interface_coptimizations',
sources= ['src/zope/interface/_zope_interface_coptimizations.c']
)
exts += [cPersistence, cPickleCache, TimeStamp, winlock, cZopeInterface]
# The ZODB.zodb4 code is not being packaged, because it is only # The ZODB.zodb4 code is not being packaged, because it is only
# need to convert early versions of Zope3 databases to ZODB3. # need to convert early versions of Zope3 databases to ZODB3.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment