[backport to 3.5] bpo-28598: Support __rmod__ for RHS subclasses of s…#93
Closed
mjpieters wants to merge 0 commit intopython:3.5from
mjpieters:3.5
Closed
[backport to 3.5] bpo-28598: Support __rmod__ for RHS subclasses of s…#93mjpieters wants to merge 0 commit intopython:3.5from mjpieters:3.5
mjpieters wants to merge 0 commit intopython:3.5from
mjpieters:3.5
Conversation
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
…w() and tasklet.raise_exception() Unify the methods and update the documentation and changelog.txt. See changelog.txt for details. Add a test cases for tasklet.kill, and tasklet.throw. https://bitbucket.org/stackless-dev/stackless/issues/93 (grafted from 1399a7b0c676c77fd6d491e74fe535f633529f0b and 0406cb0e9b05)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
…w() and tasklet.raise_exception() Adapt a test case to the new behavior of tasklet.raise_exception(exc_class, *args). Now it raises RuntimeError on errors.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Sep 9, 2017
akruis
referenced
this pull request
in stackless-dev/stackless
Sep 21, 2017
…d tasklet.raise_exception() Adapt a test case to the new behavior of tasklet.raise_exception(exc_class, *args). Now it raises RuntimeError on errors.
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
This was referenced Feb 11, 2025
SonicField
added a commit
to SonicField/cpython
that referenced
this pull request
Apr 23, 2026
Delete the pending_b2_blocks_ Class B vector + struct PendingBlock + drain loop in translate(). The W26-era refactor of emitInlineExceptionMatch removed all writers but left the queue declaration + drain plumbing as load-bearing-looking dead state. Independent grep verification (theologian 23:35:58Z + librarian 23:50:24Z + spec §2.1 grep-writers-before-Step-A discipline per pythia python#93): 4 reference sites, ZERO writers. Mutation patterns push_back/emplace_back/insert/operator[]/resize/assign/reserve all NOT FOUND across cpython/. PendingBlock struct unused outside the deleted field. Reframes Phase 3 spec §2 inventory: pending_b2_blocks_ marked DELETED in §2.1 errata; the §5 forcing-decision propagation validation is now deferred to Batch 4 (block_map_, the next Class B candidate) with mandatory pre-Step-A writer-grep per spec §2.1 amendment. NO new bridges, NO new W45 fixtures (delete-of-dead-state per shepard 22:46:33Z + supervisor 23:36:13Z carve-out). NOT counted toward W45 §3.5 5-batch backstop per supervisor 23:49:22Z (current count holds at 4: python#6+python#7 fold-into-C + Phase 3 Batch 1+2). Numstat (vs HEAD 1343895): Python/jit/hir/builder.cpp +0 -6 (drain loop + clear) Python/jit/hir/builder.h +0 -8 (struct + vector field) Python/jit/hir/builder_state_c.h +4 -3 (Class B doc-list refresh + dead-state footnote) TOTAL: NET -13L pure deletion (forecast -15L; -2L variance). Pre-commit compile-check: testkeeper 23:52:59Z BUILD_EXIT=0, 3-test sanity green (partial_conversions + W22 + W44). W44 gate: PASS (2 markers, 0 production callers). Authorization: theologian 23:35:58Z + supervisor 23:36:13Z (A) DEAD-DELETE only (split from getSimpleExceptInfo per theologian different-shape-bisect-granularity reasoning).
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.
Backport for #51