A nice (minor ?) bug ?

61 views
Skip to first unread message

Emmanuel Charpentier

unread,
Dec 22, 2023, 12:51:59 AM12/22/23
to sage-support

Seen in 10.3.beta3 :

sage: show_identifiers() <ipython-input-1-41b81b3e526f>:1: DeprecationWarning: Importing Euler_Phi from here is deprecated; please use "from sage.arith.misc import Euler_Phi" instead. See https://github.com/sagemath/sage/issues/30322 for details. show_identifiers() --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[1], line 1 ----> 1 show_identifiers() File /usr/local/sage-10/src/sage/misc/session.pyx:232, in sage.misc.session.show_identifiers() 230 return val == DocTestTask.extra_globals.get(name, _none) 231 --> 232 return sorted([x for x, v in state.items() if _is_new_var(x, v, hidden) 233 and not _in_extra_globals(x, v)]) 234 RuntimeError: dictionary changed size during iteration

How to report it efficiently ?

Emmanuel Charpentier

unread,
Dec 25, 2023, 1:30:50 AM12/25/23
to sage-support

Never ming : this has been reported six months ago…

Sorry for the noise…

Reply all
Reply to author
Forward
0 new messages