- more versatile utility code setup: use a dedicated class to distinguish proto/impl...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 25 Oct 2008 12:34:28 +0000 (14:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 25 Oct 2008 12:34:28 +0000 (14:34 +0200)
commit9e0f30c112de2bfe9f5e400f8f269bbb76b3a028
tree6c8ccb0492bd3f0c016718f4c3871dbf8dea3451
parent497af27e800b17013fd88d747fd5124c1b7069a7
- more versatile utility code setup: use a dedicated class to distinguish proto/impl/init/cleanup code
- fix set initialisation by making it use the new setup
Cython/Compiler/Buffer.py
Cython/Compiler/Builtin.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Utils.py