◐ Shell
clean mode source ↗

bpo-19180: Updated reference for RFC 1750 and RFC 3280 by chkumar246 · Pull Request #148 · python/cpython

Mariatta

* RFC 1750 has been been obsoleted by RFC 4086.
* RFC 3280 has been obsoleted by RFC 5280.
* RFC 4366 has been obsoleted by RFC 6066.

ncoghlan pushed a commit to ncoghlan/cpython that referenced this pull request

Jun 9, 2017
…pythonGH-148)

* RFC 1750 has been been obsoleted by RFC 4086.
* RFC 3280 has been obsoleted by RFC 5280.
* RFC 4366 has been obsoleted by RFC 6066.
(cherry picked from commit 63c2c8a)

SonicField added a commit to SonicField/cpython that referenced this pull request

Apr 26, 2026
Push 61 bundle (doc-only, post push-60 100/100 PURE close).

(1) docs/cinderx-oracle-env-spec.md (NEW, 5632 B):
    Theologian-authored env-spec per supervisor 01:30:42Z PRIORITY
    directive after cinderx_dev oracle attempt failed at 01:16:27Z
    (-X jit didn't activate JIT + cross-arch confound). Spec covers
    build equivalence, JIT activation verification (force_compile +
    is_jit_compiled, NOT -X jit alone), test-harness equivalence,
    warmup threshold handling, observed failure modes, application
    procedure for W-PERF-PRE-W27C-BISECT.

(2) docs/w-protocol-codify-spec.md (P11 + P12):
    P11 — cinderx_dev Oracle Environment Specification: rule that any
    cinderx_dev oracle invocation MUST follow env-spec procedure.
    Origin: pythia D-1777065234 python#3 deferred ~10 days; closed by
    01:32:28Z env-spec landing.

    P12 — Alex-Pending Escalations Not Self-Liftable: caps the
    self-lift precedent supervisor invoked at 00:04:33Z. Rule: no
    agent may self-lift an Alex-pending hold; alternative paths
    execute on their own merits without 'hold-lift' framing.
    Origin: pythia python#145 python#1 + python#147 python#2 + python#148 python#2.

No code changes. Reference-only push.

SonicField added a commit to SonicField/cpython that referenced this pull request

Apr 26, 2026
Push 62 (doc-only) — env-spec updated with lessons from 02:33Z dry-run
+ 02:39Z successful oracle execution that produced Phoenix-vs-Cinder
verdict (Phoenix faster on 3/3 benches, sub-1.0x inherited from Cinder).

Updates per theologian 02:41:37Z:
- Phoenix JIT activation: import _cinderx FIRST, then import cinderjit
  (corrects v1 assumption that cinderjit was directly importable)
- cinderx_dev JIT activation: from cinderx import jit; jit.force_compile
- Binary paths: ~/local/cinderx_dev/python-3.12/python (corrects v1
  assumption of ~/local/cinderx_dev/cinderx/python)
- LD_LIBRARY_PATH + PYTHONPATH env requirements for cinderx_dev
- Same-arch comparison (both ARM64 on devgpu004) verified working
- Application result section: oracle verdict + per-bench numbers
- Failure modes from 01:16Z (-X jit didn't activate) + 02:33Z (API
  enumeration gap) + both resolved methodologies

Closes pythia python#148 python#4 (spec-from-single-failure shipping before
empirical validation). v2 ships AFTER successful oracle execution.