Skip to content

docs: FT190 multiprocessing モジュール フィールドトライアルレポートを追加#527

Merged
hideyukiMORI merged 1 commit into
mainfrom
docs/ft190-multiprocessing
May 21, 2026
Merged

docs: FT190 multiprocessing モジュール フィールドトライアルレポートを追加#527
hideyukiMORI merged 1 commit into
mainfrom
docs/ft190-multiprocessing

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • FT190: multiprocessing — プロセスベース並行処理・共有状態・プロセスプール
  • 13 エンドポイント・56 テスト全通過(mypy --strict / ruff clean)
  • 190 % 3 = 1 → セキュリティ診断なし / 190 % 4 = 2 → ペンテストなし
  • v1.8.60 → v1.8.62(v1.8.61 tag は backlog 修正分の pyproject.toml 未更新をスキップ)

発見した摩擦ポイント

  • F-1: Pool.starmap にローカル関数を渡すと PicklingError_add をモジュールレベルへ移動で解決)
  • F-2: Synchronized[c_int] で mypy --strict エラー → Synchronized[int] + Value("i", 0) で回避

Test plan

  • uv run pytest — 56 passed
  • uv run mypy --strict demos.py app.py — Success
  • uv run ruff check . — All checks passed
  • uv run pip-audit — PYSEC-2025-183 (PyJWT 推移的 CVE、許容済み)

🤖 Generated with Claude Code

- multiprocessing: Pool.map/starmap/imap/apply_async・Value・Queue・初期化関数付きプール
- 56 tests passed, mypy --strict, ruff clean
- F-1: Pool.starmap にローカル関数 → PicklingError(モジュールレベルへ移動で解決)
- F-2: Synchronized[c_int] mypy 不整合 → Synchronized[int] + Value("i", 0) に変更
- v1.8.60→1.8.62(v1.8.61 は backlog 修正分・pyproject.toml 未更新のためスキップ)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI merged commit 9564898 into main May 21, 2026
2 checks passed
@hideyukiMORI hideyukiMORI deleted the docs/ft190-multiprocessing branch May 21, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant