summaryrefslogtreecommitdiff
path: root/tests/run/clear_to_null.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/clear_to_null.pyx')
-rw-r--r--tests/run/clear_to_null.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/clear_to_null.pyx b/tests/run/clear_to_null.pyx
index c8a355570..c54faa583 100644
--- a/tests/run/clear_to_null.pyx
+++ b/tests/run/clear_to_null.pyx
@@ -2,7 +2,7 @@
Check that Cython generates a tp_clear function that actually clears object
references to NULL instead of None.
-Discussed here: http://article.gmane.org/gmane.comp.python.cython.devel/14833
+Discussed here: https://article.gmane.org/gmane.comp.python.cython.devel/14833
"""
from cpython.ref cimport PyObject, Py_TYPE