docs: action 2026-06-14 audit batch-1 rulings (B-4/B-5/S-1/S-2/A-1)#217
Merged
Conversation
Doc/test/comment-only, no production behavior change: - B-4: pin override-bypasses-scope-check-from-shallower-container (test) - B-5: note union parameterized-generic -> origin degradation (resolution.md) - S-1: note runtime has no cycle guard; use validate() (validation.md) - S-2: note wrapped creator/finalizer error text (errors-and-exceptions.md) - A-1: comment GIL-benign compile-outside-lock; nogil caveat in deferred.md A-2 closed (already documented intentional). Spec: planning/audits/2026-06-14-deep-audit-report.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lesnik512
added a commit
that referenced
this pull request
Jun 14, 2026
…217) Move bundle to archive (status: shipped, pr: 217); update README Index; mark B-4/B-5/S-1/S-2/A-1/A-2 resolved in the 2026-06-14 audit report Status line. Co-Authored-By: Claude Opus 4.8 (1M context) <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
Actions the approved batch-1 rulings from the 2026-06-14 deep audit — the doc/test/comment-only findings. No production behavior changes.
testing-and-overrides.md)resolution.md: union parameterized-generic degrades to its origin for matching (vs. a bare generic rejected at declaration)validation.md: runtime resolution has no cycle guard (rawRecursionError); usevalidate()in deverrors-and-exceptions.md: messages may embed wrapped creator/finalizer error text; don't echo raw exceptions to untrusted clientsfactory.pycomment on the GIL-benign compile-outside-lock; nogil caveat recorded indeferred.mdBundle (plan-only, spec = the audit report):
planning/changes/active/2026-06-14.03-audit-doc-rulings-batch1/.Test Plan
just test-ci)just lint-ciclean (ruff + ty)mkdocs build --strictOK🤖 Generated with Claude Code