email.compat32-message.rst: Fix typo in the word message#379
Merged
Conversation
alex
approved these changes
Mar 1, 2017
Mariatta
added a commit
to Mariatta/cpython
that referenced
this pull request
Mar 1, 2017
) (cherry picked from commit da62373)
SonicField
added a commit
to SonicField/cpython
that referenced
this pull request
May 13, 2026
…test. Closes supervisor 15:29:12Z scope addition (per shepard 15:28:27Z falsifier flag + pythia python#379 python#3): without a deliberately-broken commit driving JIT_TEST_COUNTER counter-mode to FAIL, the counter was "static-assert dressed as runtime detection". Adds t_negative_leak_detection in test_unlinked_instr.cpp (gated by JIT_TEST_COUNTER): allocates 10 instructions with operands, deliberately leaks the last one (skips delete), then asserts the counter delta is 2*(N-1) NOT 2*N — proving the gate detects the missed free. Negative-test outcome: - delta == 2*N -> gate missed the leak -> test FAIL - delta == 2*(N-1) -> gate correctly detected leak via counter -> test PASS - delta == anything else -> unexpected -> test FAIL Build invocation: c++ -DJIT_TEST_COUNTER -I. -I../../../Include test_unlinked_instr.cpp; runs 4 tests (3 prior + new negative); negative test PASSES if and only if leak detection mechanism actually fires. Miss self-attribution: chat-recheck-before-commit lapse on f47e4bf — supervisor 15:29:12Z scope addition arrived after my 15:24:00Z WT-DIRTY ack but before my 15:36:26Z WT-CLEAN claim. Per [chat_recheck_before_claim] should have re-read chat before commit. Same failure-mode as theologian 5a8ea9c earlier in session. Net: +49 LOC test_unlinked_instr.cpp.
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.
No description provided.