FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[backport to 3.5] Support "bpo-" in Misc/NEWS by Mariatta · Pull Request #43 · python/cpython · GitHub

/ cpython Public

[backport to 3.5] Support "bpo-" in Misc/NEWS - #43

Merged
Mariatta merged 1 commit into
python:3.5from
Mariatta:bpo-news-support-3.5
Feb 13, 2017
Merged

[backport to 3.5] Support "bpo-" in Misc/NEWS #43
Mariatta merged 1 commit into
python:3.5from
Mariatta:bpo-news-support-3.5

Conversation

Mariatta commented Feb 12, 2017
edited
Loading

Copy link
Copy Markdown
Member

Change the url to 3.5

(cherry picked from commit 79ab8be)

Change the url to 3.5

(cherry picked from commit 79ab8be)

# Conflicts:
#	Doc/tools/extensions/pyspecific.py

Copy link
Copy Markdown
Member Author

@brettcannon would you prefer to do the cherry-pick yourself, to retain the authorship info?

Copy link
Copy Markdown
Member

Nah, go for it. I'm still recuperating from the migration so no need to hold this up on my account.

Mariatta merged commit af456b2 into python:3.5 Feb 13, 2017
Mariatta deleted the bpo-news-support-3.5 branch February 13, 2017 20:11

Copy link
Copy Markdown
Member Author

Thanks, @brettcannon 🎉

iritkatriel referenced this pull request in iritkatriel/cpython Jul 22, 2021
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
jaraco pushed a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
Provide background on the philosophy of importlib_resources

Closes python#43

See merge request python-devs/importlib_resources!49
SonicField added a commit to SonicField/cpython that referenced this pull request Apr 22, 2026
The CInt64[N] embedded in LOAD_ATTR_MODULE's inline cache (via
LoadConst → CallStatic → CheckField<"maxsize">) is sys.__dict__'s
keys-version counter at JIT compile time. Pydebug builds populate
sys with extra attributes (sys.gettotalrefcount, etc.), bumping
the version by +1 vs release builds. The delta is intrinsic to
build mode, NOT a JIT codegen regression.

Per W21 task python#43 + theologian-flagged ARM64 pydebug Step 4 sweep
divergence (CInt64[65] → CInt64[66]). Investigation 2026-04-22
17:54Z (testkeeper) confirmed root cause: pydebug-only sys attrs.

Fix: mode-aware golden file selection in test harness.
  - hasattr(sys, 'gettotalrefcount') detects pydebug
  - Pydebug → docs/golden/loadattr_hir.pydebug.txt (NEW, 288 lines)
  - Release → docs/golden/loadattr_hir.txt (unchanged)

Dual-mode verified:
  x86_64 RelWithDebInfo: 1/1 PASS, 74ms (release golden)
  ARM64 pydebug:         1/1 PASS, 181ms (pydebug golden)

Authorization chain:
  - supervisor [chat L1985] auth (A) mode-aware over (B) skip-pydebug
  - supervisor [chat L1995] standalone push 62 authorized

Diff between the two goldens: 2 lines (lines 91 + 235), single
constant value differs (CInt64[65] vs CInt64[66]). 286 of 288
lines identical.
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL