fix: harden free-threaded execution state - #104
Merged
Conversation
Serialize shared executor submission against replacement and synchronize Python-layer configuration snapshots and pattern thread modes. Harden native group-index/replacement handling and add deterministic GIL=0 regression coverage. Co-authored-by: omnigent <noreply@omnigent.ai>
Remove avoidable read-side locks from compile and thread configuration paths while preserving coherent writer publication and executor submission leases. Co-authored-by: omnigent <noreply@omnigent.ai>
Document the controlled Apple arm64 A/B matrix, reduced lock overhead, and the limits of taskpolicy scheduling measurements. Co-authored-by: omnigent <noreply@omnigent.ai>
Update the preserved comparison tables with complete Apple arm64 medians for stdlib.re and regex workloads. Co-authored-by: omnigent <noreply@omnigent.ai>
Preserve the full scheduler-policy fanout and call-local benchmark comparison for both interpreters. Co-authored-by: omnigent <noreply@omnigent.ai>
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
Verification
/Users/diego/.local/share/uv/python/cpython-3.14.0rc2+freethreaded-macos-aarch64-none/bin/python3.14t(sys._is_gil_enabled() == False)python -m pytest --durations=0 tests: 834 passed, 15 skipped (849 collected)python -m pytest --collect-only -q tests: 849 tests collectedPYTHONMALLOC=debugfocused execution passed. macOSleaksreported 0 leaks but was restricted from full process inspection.Does not merge the PR.