You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often found that spyder sometimes becomes unusable because some complicated object is present in the variable explorer
even running 1+1 just hangs and takes ages to be executed
Here is a working example
Now running even the simplest stuff in the ipython console is unbearably slow.
changing bug to be of type dict solves it
Please provide any additional information below
I dont have autorefresh enabled (I didn't change any options in th Varibale explorer)
My guess is that the code that creates the string representation for variable explorer doesn't have an optimization for very large defaultdict.
This makes defaultdict unusable for me.
ccordoba12
changed the title
spyder stops executing commands if Vriable explorer shows complicated defaultdict object
Spyder stops executing commands if Variable explorer shows complicated defaultdict object
Mar 2, 2017
ccordoba12
changed the title
Spyder stops executing commands if Variable explorer shows complicated defaultdict object
Spyder stops executing commands if Variable explorer shows complicated objects
Aug 22, 2017
Description
I often found that spyder sometimes becomes unusable because some complicated object is present in the variable explorer
even running 1+1 just hangs and takes ages to be executed
Here is a working example
run the following code:
Now running even the simplest stuff in the ipython console is unbearably slow.
changing
bug
to be of type dict solves itPlease provide any additional information below
I dont have autorefresh enabled (I didn't change any options in th Varibale explorer)
My guess is that the code that creates the string representation for variable explorer doesn't have an optimization for very large defaultdict.
This makes defaultdict unusable for me.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: