Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Pynche's move to the What's new in 3.11#97974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
warsaw merged 3 commits intopython:mainfromwarsaw:pynche
Oct 6, 2022
Merged

Conversation

warsaw
Copy link
Member

@warsawwarsaw commentedOct 6, 2022
edited by miss-islington
Loading

As described on the tin.

@pablogsal This should be backported to 3.11.0.

Automerge-Triggered-By: GH:warsaw

@warsaw
Copy link
MemberAuthor

@CAM-Gerlach It looks like there are some pre-existing fundamental problem with the doc builds. Do you know what's going on with these failures?

@arhadthedev
Copy link
Member

arhadthedev commentedOct 6, 2022
edited
Loading

@warsaw The issue is fixed bygh-97962 by pinningsphinx-lint!=0.6.2; you need to merge themain into this PR.

From a code diff of#97962:

sphinx-lint 0.6.2 yields many default role errors due to the new regular expression used for default role detection, so we don't use the version until the errors are fixed.

warsaw reacted with thumbs up emoji

@warsaw
Copy link
MemberAuthor

Thanks@arhadthedev !

arhadthedev reacted with thumbs up emoji

@warsawwarsaw added the needs backport to 3.11only security fixes labelOct 6, 2022
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
@warsawwarsaw merged commiteffc25f intopython:mainOct 6, 2022
@miss-islington
Copy link
Contributor

Thanks@warsaw for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry,@warsaw, I could not cleanly backport this to3.11 due to a conflict.
Please backport usingcherry_picker on command line.
cherry_picker effc25f7f25ae1ac053415addc584b050c022dcb 3.11

warsaw reacted with thumbs up emoji

warsaw added a commit that referenced this pull requestOct 6, 2022
* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>(cherry picked from commiteffc25f)
warsaw added a commit that referenced this pull requestOct 6, 2022
* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>.(cherry picked from commiteffc25f)Co-authored-by: Barry Warsaw <barry@python.org>
warsaw added a commit that referenced this pull requestOct 6, 2022
* Add Pynche's move to the What's new in 3.11 (#97974)* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>(cherry picked from commiteffc25f)* [3.11] Add Pynche's move to the What's new in 3.11 (GH-97974)* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>.(cherry picked from commiteffc25f)Co-authored-by: Barry Warsaw <barry@python.org>
carljm added a commit to carljm/cpython that referenced this pull requestOct 6, 2022
* main:fixespythongh-96078: os.sched_yield release the GIL while calling sched_yield(2). (pythongh-97965)pythongh-65961: Do not rely solely on `__cached__` (pythonGH-97990)pythongh-97850: Remove the open issues section from the import reference (python#97935)  Docs: pin sphinx-lint (pythonGH-97992)pythongh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (python#94591)  Add Pynche's move to the What's new in 3.11 (python#97974)pythongh-97781: Apply changes from importlib_metadata 5. (pythonGH-97785)pythongh-86482: Document assignment expression need for ()s (python#23291)pythongh-97943: PyFunction_GetAnnotations should return a borrowed reference. (python#97949)pythongh-94808: Coverage: Test that maximum indentation level is handled (python#95926)
carljm added a commit to carljm/cpython that referenced this pull requestOct 8, 2022
* main:pythonGH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (pythonGH-97996)pythongh-97973: Return all necessary information from the tokenizer (pythonGH-97984)fixespythongh-96078: os.sched_yield release the GIL while calling sched_yield(2). (pythongh-97965)pythongh-65961: Do not rely solely on `__cached__` (pythonGH-97990)pythongh-97850: Remove the open issues section from the import reference (python#97935)  Docs: pin sphinx-lint (pythonGH-97992)pythongh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (python#94591)  Add Pynche's move to the What's new in 3.11 (python#97974)pythongh-97781: Apply changes from importlib_metadata 5. (pythonGH-97785)pythongh-86482: Document assignment expression need for ()s (python#23291)pythongh-97943: PyFunction_GetAnnotations should return a borrowed reference. (python#97949)
mpage pushed a commit to mpage/cpython that referenced this pull requestOct 11, 2022
* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
pablogsal pushed a commit that referenced this pull requestOct 22, 2022
* Add Pynche's move to the What's new in 3.11 (#97974)* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>(cherry picked from commiteffc25f)* [3.11] Add Pynche's move to the What's new in 3.11 (GH-97974)* Add Pynche's move to the What's new in 3.11* Update Doc/whatsnew/3.11.rstCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>.(cherry picked from commiteffc25f)Co-authored-by: Barry Warsaw <barry@python.org>
@terryjreedyterryjreedy removed the needs backport to 3.11only security fixes labelFeb 18, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ezio-melottiezio-melottiezio-melotti left review comments

@pablogsalpablogsalAwaiting requested review from pablogsal

Assignees

@warsawwarsaw

Labels
docsDocumentation in the Doc dirskip issueskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@warsaw@arhadthedev@miss-islington@ezio-melotti@terryjreedy@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp