From c21e4366fb64130d168150f0ed94293e699eb525 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 14 Jun 2025 14:55:27 -0400 Subject: Begin work of monkey-patching EPollSelector --- __pycache__/mini_scalene.cpython-311.pyc | Bin 0 -> 13865 bytes __pycache__/replacement_poll_selector.cpython-311.pyc | Bin 0 -> 2546 bytes __pycache__/sitecustomize.cpython-311.pyc | Bin 0 -> 417 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 __pycache__/mini_scalene.cpython-311.pyc create mode 100644 __pycache__/replacement_poll_selector.cpython-311.pyc create mode 100644 __pycache__/sitecustomize.cpython-311.pyc (limited to '__pycache__') diff --git a/__pycache__/mini_scalene.cpython-311.pyc b/__pycache__/mini_scalene.cpython-311.pyc new file mode 100644 index 0000000..24b7268 Binary files /dev/null and b/__pycache__/mini_scalene.cpython-311.pyc differ diff --git a/__pycache__/replacement_poll_selector.cpython-311.pyc b/__pycache__/replacement_poll_selector.cpython-311.pyc new file mode 100644 index 0000000..b346241 Binary files /dev/null and b/__pycache__/replacement_poll_selector.cpython-311.pyc differ diff --git a/__pycache__/sitecustomize.cpython-311.pyc b/__pycache__/sitecustomize.cpython-311.pyc new file mode 100644 index 0000000..4f5ff5a Binary files /dev/null and b/__pycache__/sitecustomize.cpython-311.pyc differ -- cgit v1.2.3