summaryrefslogtreecommitdiffstats
path: root/cython/plist.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'cython/plist.pyx')
-rw-r--r--cython/plist.pyx1
1 files changed, 1 insertions, 0 deletions
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]