simplify auto __test__ dict generation:
authorStefan Behnel <scoder@users.berlios.de>
Sun, 31 Oct 2010 18:26:56 +0000 (19:26 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 31 Oct 2010 18:26:56 +0000 (19:26 +0100)
commit4978fea0caf2d48fbce44474fd8830824cf4c370
tree9301aa0a1b169741653a969ffcaabf92ae533b15
parentff27eac9af38bbaca3273c5a8902c3f5463991a0
simplify auto __test__ dict generation:
store docstrings directly in the dict instead of looking them up at module init time
=> much faster, a lot less code, fewer redundant string constants (duplicate strings are unified anyway), and just as good, as docstrings of Cython functions/methods can't currently be changed anyway
Cython/Compiler/AnalysedTreeTransforms.py
tests/run/autotestdict.pyx