◐ Shell
clean mode source ↗

GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches by AA-Turner · Pull Request #129306 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Conversation

@AA-Turner

@AA-Turner AA-Turner commented

Jan 26, 2025

edited

Loading

Copy link Copy Markdown

Member

Sphinx has supported .. decorator:: and .. decoratormethod since 2011. Though this patch (8a1caa2) has been in the source since 2010 and remained mostly unchanged in the intervening 15 years!

A


📚 Documentation preview 📚: https://cpython-previews--129306.org.readthedocs.build/

@AA-Turner AA-Turner added docs

Documentation in the Doc dir

skip news needs backport to 3.12

only security fixes

needs backport to 3.13

bugs and security fixes

labels

Jan 26, 2025

@AA-Turner AA-Turner requested a review from hugovk as a code owner

January 26, 2025 03:00

@AA-Turner AA-Turner changed the title GH-125722: Remove pyspecific PyDecoratorMixin patches GH-121970: Remove pyspecific PyDecoratorMixin patches

Jan 26, 2025

@AA-Turner AA-Turner merged commit 0ef8d47 into python:main

Jan 26, 2025

@miss-islington-app

Copy link Copy Markdown

Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

@AA-Turner AA-Turner deleted the docs/rm-PyDecoratorMixin branch

January 26, 2025 03:43

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 26, 2025
…onGH-129306)

(cherry picked from commit 0ef8d47)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

@bedevere-app

bedevere-app Bot commented

Jan 26, 2025

Copy link Copy Markdown

GH-129309 is a backport of this pull request to the 3.13 branch.

@miss-islington-app

Copy link Copy Markdown

Sorry, @AA-Turner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 0ef8d470b79889de065e94cecd0ee01e45037d3a 3.12

@bedevere-app bedevere-app Bot removed the needs backport to 3.13

bugs and security fixes

label

Jan 26, 2025

@bedevere-app

bedevere-app Bot commented

Jan 26, 2025

Copy link Copy Markdown

GH-129310 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.12

only security fixes

label

Jan 26, 2025

AA-Turner added a commit to AA-Turner/cpython that referenced this pull request

Jan 26, 2025
pythonGH-129306)

(cherry picked from commit 0ef8d47)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

AA-Turner added a commit that referenced this pull request

Jan 26, 2025
…129306) (#129309)

GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306)
(cherry picked from commit 0ef8d47)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

AA-Turner added a commit that referenced this pull request

Jan 26, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@hugovk hugovk Awaiting requested review from hugovk hugovk is a code owner

Assignees

@AA-Turner AA-Turner

Labels

docs

Documentation in the Doc dir

skip news

Projects

Docs PRs

Status: Done

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@AA-Turner