From 29672075fde96c132d685fad86efafecd0cc5444 Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Fri, 31 Jan 2014 15:25:33 -0800 Subject: Add URL for credit --- cython/plist.pyx | 1 + 1 file changed, 1 insertion(+) (limited to 'cython') diff --git a/cython/plist.pyx b/cython/plist.pyx index 95f9be7..e08d76a 100644 --- a/cython/plist.pyx +++ b/cython/plist.pyx @@ -2,6 +2,7 @@ cimport cpython cimport libc.stdlib from libc.stdint cimport * +# https://groups.google.com/forum/#!topic/cython-users/xoKNFTRagvk cdef _from_string_and_size(char *s, size_t length): if PY_MAJOR_VERSION < 3 or s == NULL: return s[:length] -- cgit v1.1-32-gdbae