← 返回首页
'Unhandled exception in event loop' (WinError 995) · Issue #12049 · ipython/ipython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

'Unhandled exception in event loop' (WinError 995)  #12049

New issue
New issue

Description

I started using ipython recently. Now I often get this message upon doing any action, even simple ones like defining variables:

Unhandled exception in event loop: File "c:\users\USER\appdata\local\programs\python\python38-32\lib\asyncio\proactor_events.py", line 768, in _loop_self_reading f.result() # may raise File "c:\users\USER\appdata\local\programs\python\python38-32\lib\asyncio\windows_events.py", line 808, in _poll value = callback(transferred, key, ov) File "c:\users\USER\appdata\local\programs\python\python38-32\lib\asyncio\windows_events.py", line 457, in finish_recv raise ConnectionResetError(*exc.args) Exception [WinError 995] The I/O operation has been aborted because of either a thread exit or an application request Press ENTER to continue...

This message sometimes shows up, sometimes not, for the same command (Like xyz = "hello"). Have no idea what I did wrong. The normal interpreter doesn't have this problem. Using 3.8 and installed ipython 7.10.2 through the cmd.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Footer

      © 2026 GitHub, Inc.