mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 08:38:14 -07:00
21c7b7bd5d
Replace select.select()+os.read() with a blocking reader thread feeding a queue, matching pager's working pattern. The select() approach fails to detect available data on Python 3.14's BufferedReader-wrapped pipes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>