From 4875e4b6bf00f4c22985adae4b7e26ea20668da6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 28 Dec 2022 14:05:48 -0500 Subject: [PATCH] update URL in comment to point at correct place The branch has drifted and those line ranges are no longer accurate. --- tests/test_class_basics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_class_basics.rs b/tests/test_class_basics.rs index b6c72504..59ba5fba 100644 --- a/tests/test_class_basics.rs +++ b/tests/test_class_basics.rs @@ -148,7 +148,7 @@ struct EmptyClassInModule {} // Ignored because heap types do not show up as being in builtins, instead they // raise AttributeError: -// https://github.com/python/cpython/blob/master/Objects/typeobject.c#L544-L573 +// https://github.com/python/cpython/blob/v3.11.1/Objects/typeobject.c#L541-L570 #[test] #[ignore] fn empty_class_in_module() {