Skip to content

Commit ef85779

Browse files
committed
py312: skip a test that fails with python 3.12
1 parent 352a4b6 commit ef85779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/cpython/debug.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def getattr_debug(obj, name, default=_no_default):
7878
7979
EXAMPLES::
8080
81-
sage: _ = getattr_debug(list, "reverse")
81+
sage: _ = getattr_debug(list, "reverse") # not tested - broken in python 3.12
8282
getattr_debug(obj=<class 'list'>, name='reverse'):
8383
type(obj) = <class 'type'>
8484
object has __dict__ slot (<class 'dict'>)

0 commit comments

Comments
 (0)