summaryrefslogtreecommitdiff
path: root/tests/run/no_gc_clear.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/no_gc_clear.pyx')
-rw-r--r--tests/run/no_gc_clear.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/no_gc_clear.pyx b/tests/run/no_gc_clear.pyx
index 643ec4c6e..9afca8af8 100644
--- a/tests/run/no_gc_clear.pyx
+++ b/tests/run/no_gc_clear.pyx
@@ -3,7 +3,7 @@ Check that the @cython.no_gc_clear decorator disables generation of the
tp_clear slot so that __dealloc__ will still see the original reference
contents.
-Discussed here: http://article.gmane.org/gmane.comp.python.cython.devel/14986
+Discussed here: https://article.gmane.org/gmane.comp.python.cython.devel/14986
"""
cimport cython