Cython has moved to github.

cython-devel

view tests/run/jarausch1.pyx @ 1622:4f0327bdebc9

test for temp allocation bug in call
author Robert Bradshaw <robertwb@math.washington.edu>
date Sat Jan 17 01:25:34 2009 -0800 (3 years ago)
parents 1bc4e4b30a9a
children 24bd77ad030e
line source
1 __doc__ = u"""
2 >>> py_x = br'\\\\'
3 >>> assert x == py_x
4 """
6 import sys
7 if sys.version_info[0] < 3:
8 __doc__ = __doc__.replace(u" br'", u" r'")
10 x = r'\\'