reimplement PEP 3155 __qualname__ calculation in a dedicated transform to base it...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Nov 2013 20:38:45 +0000 (21:38 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Nov 2013 20:38:45 +0000 (21:38 +0100)
commitf082a44b7fa0d3cfa2e51c54ebbb4b68cad43414
tree0c0db4436dcf10eb2a776c5e971bb0b1ffc00712
parent91886a47ac88d5beece9a2af4a53fec3430f1e64
reimplement PEP 3155 __qualname__ calculation in a dedicated transform to base it on the node structure instead of the scopes (which fails for class scopes)
CHANGES.rst
Cython/Compiler/ExprNodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Pipeline.py
Cython/Compiler/Symtab.py
tests/run/cyfunction.pyx