Merge #2844
2844: update URL in comment to point at correct place r=adamreichold a=alex Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
commit
688c7dcebd
|
@ -148,7 +148,7 @@ struct EmptyClassInModule {}
|
||||||
|
|
||||||
// Ignored because heap types do not show up as being in builtins, instead they
|
// Ignored because heap types do not show up as being in builtins, instead they
|
||||||
// raise AttributeError:
|
// 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]
|
#[test]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
fn empty_class_in_module() {
|
fn empty_class_in_module() {
|
||||||
|
|
Loading…
Reference in New Issue