##// END OF EJS Templates
policy: add "cext" package which will host CPython extension modules...
policy: add "cext" package which will host CPython extension modules I'm going to restructure cext/pure modules and get rid of our hgimporter hack. C extension modules will be moved to cext/ directory so old and new compiled modules can coexist in development tree. This is necessary to run 'hg bisect' without recompiling. New extension modules will be loaded by an importer function: base85 = policy.importmod('base85') # select pure.base85 or cext.base85 This will also allow us to split cffi from pure modules, which is currently difficult because pure modules can't be imported by name.

File last commit:

r32206:c4858385 default
r32206:c4858385 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer