implement __qualname__ special attribute on Python functions/classes (PEP 3155)
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 4 Jan 2013 15:39:01 +0000 (16:39 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 4 Jan 2013 15:39:01 +0000 (16:39 +0100)
commit7a91570aefb8ad6542f157a4d1a5d760affda1e0
tree4c52a3a25a99b690acf3f5138d6f33ea0ec1c85d
parent8c941d9d301abf254e25380355dff7ba7a9ae18a
implement __qualname__ special attribute on Python functions/classes (PEP 3155)
CHANGES.rst
Cython/Compiler/ExprNodes.py
Cython/Utility/CythonFunction.c
Cython/Utility/ObjectHandling.c
tests/run/cyfunction.pyx
tests/run/metaclass.pyx