Commit 1d080ecb authored by Stefan Behnel's avatar Stefan Behnel

comment

parent 93242f95
......@@ -26,7 +26,7 @@ class MyTypeSubClass(MyType):
def __init__(self):
print "INIT"
# only this can be safely optimised:
# only these can be safely optimised:
@cython.test_assert_path_exists('//PythonCapiCallNode')
@cython.test_fail_if_path_exists('//SimpleCallNode/AttributeNode')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment