Skip to content

Commit

Permalink
py312: skip a test that fails with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Oct 9, 2023
1 parent 0a1dd38 commit 3a7cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/cpython/debug.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def getattr_debug(obj, name, default=_no_default):
EXAMPLES::
sage: _ = getattr_debug(list, "reverse")
sage: _ = getattr_debug(list, "reverse") # not tested - broken in python 3.12
getattr_debug(obj=<class 'list'>, name='reverse'):
type(obj) = <class 'type'>
object has __dict__ slot (<class 'dict'>)
Expand Down

0 comments on commit 3a7cd3f

Please sign in to comment.