From a2ca82f0b145e0e5f6c051259bd0df4ea1b87127 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 14 Mar 2014 09:53:26 -0600 Subject: DOC: Change pyrex to Cython in c-info.how-to-extend.rst. --- doc/source/user/c-info.how-to-extend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/user/c-info.how-to-extend.rst b/doc/source/user/c-info.how-to-extend.rst index 5901ce3e3..db6c8e118 100644 --- a/doc/source/user/c-info.how-to-extend.rst +++ b/doc/source/user/c-info.how-to-extend.rst @@ -255,7 +255,7 @@ Reference counting The biggest difficulty when writing extension modules is reference counting. It is an important reason for the popularity of f2py, weave, -pyrex, ctypes, etc.... If you mis-handle reference counts you can get +Cython, ctypes, etc.... If you mis-handle reference counts you can get problems from memory-leaks to segmentation faults. The only strategy I know of to handle reference counts correctly is blood, sweat, and tears. First, you force it into your head that every Python variable -- cgit v1.2.1