Skip to content

Instantly share code, notes, and snippets.

View eel3's full-sized avatar

eel3 eel3

  • Japan
View GitHub Profile
@eel3
eel3 / cpython_windows_ctrl_c_bug_ng.py
Last active April 17, 2022 13:09
'KeyboardInterrupt + blocking network io' bug on CPython for Windows
#!/usr/bin/env python3
# encoding: utf-8
# -*- coding: utf-8-unix -*-
# vim:fileencoding=utf-8:ff=unix
"""'KeyboardInterrupt + blocking network io' bug on CPython for Windows.
NG case.
"""
import socket