docs: FT193 socket モジュール フィールドトライアルレポートを追加#531
Merged
Conversation
- socketpair(SOCK_STREAM/SOCK_DGRAM) によるインプロセス TCP/UDP エコー実装 - socket.getaddrinfo / gethostname / getsockopt / has_dualstack_ipv6 を検証 - F-1: sendall(b"") で recv がブロック → 空メッセージ早期リターンで対応 - F-2: getaddrinfo 戻り値 mypy 型エラー → match 文の型パターンで解決 - 27 passed / mypy --strict 通過 / ruff 通過 Closes #530 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
socketモジュール — TCP/UDP socketpair・DNS 解決・ソケットオプションsocketpair(SOCK_STREAM/SOCK_DGRAM)によるインプロセスエコーで外部ネットワーク依存なしにテストsocket.getaddrinfo・gethostname・getsockopt・has_dualstack_ipv6を検証getaddrinfo型エラー)を発見・即時修正変更内容
docs/field-trials/2026-05-field-trial-193.md新規作成(6ペルソナ DX Review 含む)docs/field-trials/INDEX.md— FT193 エントリ追加docs/todo/current.md— v1.8.65 / FT193 完了に更新pyproject.toml— v1.8.64 → v1.8.65Test plan
pytest27 passedmypy --strict通過ruff check通過pip-audit— PYSEC-2025-183 (PyJWT / mcp 推移的 CVE、許容済み) のみCloses #530
🤖 Generated with Claude Code