Skip to content

Commit

Permalink
backport fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Jun 22, 2023
1 parent bd3a25a commit b0d21d3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions spyder/plugins/ipythonconsole/utils/kernel_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ class KernelHandler(QObject):
The kernel raised an error while connecting.
"""

_shutdown_thread_list = []
"""List of running shutdown threads"""

_shutdown_thread_list_lock = Lock()
"""
Lock to add threads to _shutdown_thread_list or clear that list.
"""

def __init__(
self,
connection_file,
Expand Down
3 changes: 1 addition & 2 deletions spyder/plugins/ipythonconsole/widgets/main_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@
from spyder.plugins.ipythonconsole.utils.style import create_qss_style
from spyder.plugins.ipythonconsole.widgets import (
ClientWidget, ConsoleRestartDialog, COMPLETION_WIDGET_TYPE,
KernelConnectionDialog, PageControlWidget)
KernelConnectionDialog, PageControlWidget, MatplotlibStatus)
from spyder.plugins.ipythonconsole.widgets.mixins import (
CachedKernelMixin, KernelConnectorMixin)
from spyder.py3compat import PY38_OR_MORE
from spyder.utils import encoding, programs, sourcecode
from spyder.utils.envs import get_list_envs
from spyder.utils.misc import get_error_match, remove_backslashes
Expand Down

0 comments on commit b0d21d3

Please sign in to comment.