• Stefan Behnel's avatar
    simplify auto __test__ dict generation: · 4978fea0
    Stefan Behnel authored
    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
    4978fea0
autotestdict.pyx 2.87 KB