Skip to content

Instantly share code, notes, and snippets.

@robertwb
Created August 16, 2016 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertwb/415c144c6c567d3c13ab72f4809a9f82 to your computer and use it in GitHub Desktop.
Save robertwb/415c144c6c567d3c13ab72f4809a9f82 to your computer and use it in GitHub Desktop.
Attachment bug2.pyx for http://trac.cython.org/ticket/26
def foo(char * foo2):
cdef char * foo2 = "bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment