implement __annotations__ attribute on CyFunction (PEP 3107)
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 29 Mar 2013 17:40:22 +0000 (18:40 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 29 Mar 2013 17:40:22 +0000 (18:40 +0100)
commit717df7904650fe194bb0a0384f1b36a2d394382b
treebd3cba71cdd94cb6f7381641d70258a71f98d9ad
parentea569ef3312746901333efa612f5bc7d2d951042
implement __annotations__ attribute on CyFunction (PEP 3107)
CHANGES.rst
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Utility/CythonFunction.c
tests/run/cyfunction.pyx