Skip to content

Commit 20f06e6

Browse files
committed
Add test
1 parent 7fc5a44 commit 20f06e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sage/all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<class 'sage.misc.lazy_import.LazyImport'>
3939
sage: interacts
4040
<module 'sage.interacts.all' from '...'>
41+
42+
Check that :trac:`34506` is resolved::
43+
44+
sage: x = int('1'*4301)
4145
"""
4246
# ****************************************************************************
4347
# Copyright (C) 2005-2012 William Stein <[email protected]>

0 commit comments

Comments
 (0)